Skip to content

Commit

Permalink
Updating podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken committed Jan 19, 2018
1 parent 674346e commit c2a4864
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Concorde.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Concorde"
s.version = "0.1.0"
s.version = "0.1.1"
s.summary = "Download and decode progressive JPEGs easily."
s.homepage = "https://github.com/contentful-labs/Concorde/"
s.social_media_url = 'https://twitter.com/contentful'
Expand All @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
:tag => s.version.to_s }
s.requires_arc = true

s.ios.deployment_target = '8.0'
s.ios.deployment_target = '10.0'
s.ios.frameworks = 'UIKit'
s.osx.deployment_target = '10.9'

Expand Down

0 comments on commit c2a4864

Please sign in to comment.