Skip to content

Commit

Permalink
Prepare 0.6.1 CP release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Charles SORIN committed Sep 4, 2017
1 parent 537aba4 commit 4d2a857
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Extra.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Extra'
s.version = '0.6.0'
s.version = '0.6.1'
s.summary = 'Swift 3 library with usefull and lightfull extensions for your Cocoa Touch projects.'

s.homepage = 'https://github.com/smartnsoft/Extra'
Expand All @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.tvos.deployment_target = '9.0'

s.ios.frameworks = 'UIKit', 'QuartzCore', 'Foundation'

s.default_subspec = 'UIKit', 'Foundation'

s.subspec 'UIKit' do |sp|
Expand Down

0 comments on commit 4d2a857

Please sign in to comment.