Skip to content
This repository has been archived by the owner on Jun 6, 2022. It is now read-only.

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yoiang committed May 26, 2015
1 parent 54add6b commit 2bf8ff2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions BingAPI.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = 'BingAPI'
s.version = '0.1.0'
s.version = '0.1.1'
s.license = 'MIT'
s.homepage = 'https://github.com/Adorkable/BingAPIiOS'
s.authors = { 'Ian Grossberg' => '[email protected]' }
s.summary = 'Simple access to the BingAPI'

# Source Info
s.platform = :ios, '8.0'
s.source = { :git => 'https://github.com/Adorkable/BingAPIiOS.git', :tag => '0.1.0' }
s.source = { :git => 'https://github.com/Adorkable/BingAPIiOS.git', :tag => '0.1.1' }
s.source_files = 'BingAPI/*.swift'

s.requires_arc = true
Expand Down
2 changes: 1 addition & 1 deletion BingAPI/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>0.1.0</string>
<string>0.1.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 2bf8ff2

Please sign in to comment.