Skip to content

Commit

Permalink
Updating podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
loganwright committed Sep 26, 2014
1 parent 7733baf commit 39cdf7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SimpleCam.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
Pod::Spec.new do |s|
s.name = "SimpleCam"
s.version = "0.1.0"
s.version = "0.1.5"
s.summary = "A Memory Efficient Drop In Replacement / Alternative for the Native UIImagePicker Camera"
s.description = "SimpleCam was created out of the necessity to have high quality photographs while providing a lightweight memory footprint. Apple's UIImagePicker is a wonderful application, but because it has a lot of features and a lot of options, . . . it uses a lot of MEMORY. This can cause crashes, lag, and an overall poor experience when all you wanted was to give the user an opportunity to take a quick picture.
Expand All @@ -20,7 +20,7 @@ I hope you find the project as useful as I did!"
s.source = { :git => "https://github.com/LoganWright/SimpleCam.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/logmaestro'

s.platform = :ios, '5.0'
s.platform = :ios, '7.0'
# s.ios.deployment_target = '5.0'
# s.osx.deployment_target = '10.7'
s.requires_arc = true
Expand Down

0 comments on commit 39cdf7f

Please sign in to comment.