Skip to content

Commit

Permalink
Bump version: 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gfontenot committed May 25, 2016
1 parent 8f5feda commit 39b6e58
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions Swish.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
Pod::Spec.new do |spec|
spec.name = 'Swish'
spec.version = '1.0.0'
spec.summary = 'Nothing but net(working)'
spec.homepage = 'https://github.com/thoughtbot/Swish'
spec.license = { :type => 'MIT', :file => 'LICENSE' }
spec.author = {
'Gordon Fontenot' => 'gordon@thoughtbot.com',
'Sid Raval' => 'sid@thoughtbot.com',
'thoughtbot' => nil,
}
spec.social_media_url = 'http://twitter.com/thoughtbot'
spec.source = { :git => 'https://github.com/thoughtbot/Swish.git', :tag => "v#{spec.version}" }
spec.source_files = 'Source/**/*.{h,swift}'

spec.dependency 'Argo', '~> 3.0.0'
spec.dependency 'Result', '~> 2.0.0'

spec.requires_arc = true

spec.ios.deployment_target = '8.0'
spec.osx.deployment_target = '10.9'
spec.watchos.deployment_target = '2.0'
spec.tvos.deployment_target = '9.0'
end
2 changes: 1 addition & 1 deletion Swish/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 39b6e58

Please sign in to comment.