Skip to content

Commit

Permalink
Update podspec version, deployment_target.
Browse files Browse the repository at this point in the history
  • Loading branch information
HanSJin committed Jun 4, 2019
1 parent 4aac844 commit afbd2b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FaceCropImageView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'FaceCropImageView'
s.version = '1.1.0'
s.version = '1.1.1'
s.summary = 'Crop and show the proper location of face in the photo.'

# This description is used to generate tags and improve search results.
Expand All @@ -25,7 +25,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/hansjin/FaceCropImageView.git', :tag => s.version.to_s }
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'

s.ios.deployment_target = '8.0'
s.ios.deployment_target = '10.0'

s.source_files = 'FaceCropImageView/Classes/**/*'

Expand Down

0 comments on commit afbd2b3

Please sign in to comment.