Skip to content

Commit

Permalink
Merge pull request #23 from flylabs/master
Browse files Browse the repository at this point in the history
Incremented Podspec to 1.1
Thanks, I'm still learning ..
  • Loading branch information
gavineadie committed Jun 15, 2015
2 parents 71ee179 + 2f5e4ba commit 4092a4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ios-ntp.podspec
@@ -1,15 +1,15 @@
Pod::Spec.new do |s|
s.name = 'ios-ntp'
s.version = '1.0.1'
s.version = '1.1'
s.summary = 'SNTP implementation for iOS.'
s.homepage = 'https://github.com/jbenet/ios-ntp'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.source = { :git => 'https://github.com/jbenet/ios-ntp.git', :tag => '1.0.1' }
s.source = { :git => 'https://github.com/jbenet/ios-ntp.git', :tag => '1.1' }
s.author = { 'Gavin Eadie' => 'https://github.com/gavineadie' }
s.ios.deployment_target = '7.0'
s.source_files = 'ios-ntp-lib/*.{h,m}'
s.resources = 'ios-ntp-rez/*.hosts',
s.framework = 'CFNetwork'
s.dependency 'CocoaAsyncSocket', '~>7.4.1'
s.requires_arc = true
end
end

0 comments on commit 4092a4c

Please sign in to comment.