Skip to content

Commit

Permalink
Bumped Podspec version
Browse files Browse the repository at this point in the history
  • Loading branch information
dbotha committed Feb 11, 2015
1 parent a4fd10a commit 3bc86a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Kite-Print-SDK.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |spec|
spec.name = 'Kite-Print-SDK'
spec.version = '2.0.3'
spec.version = '2.0.4'
spec.license = { :type => 'MIT', :file => 'Kite SDK/LICENSE' }
spec.homepage = 'https://github.com/OceanLabs/iOS-Print-SDK'
spec.authors = {'Deon Botha' => 'deon@oceanlabs.co'}
spec.summary = "Add physical print functionality in minutes! Print magnets, photo prints, postcards, polaroids, posters, stickers, canvas', phone cases, etc"
spec.source = {:git => 'https://github.com/OceanLabs/iOS-Print-SDK.git', :tag => '2.0.3'}
spec.source = {:git => 'https://github.com/OceanLabs/iOS-Print-SDK.git', :tag => '2.0.4'}
spec.source_files = ['Kite SDK/PSPrintSDK/OL*.{h,m}', 'Kite SDK/PSPrintSDK/CardIO*.h', 'Kite SDK/PSPrintSDK/RMImageCropper/*.{h,m}', 'Kite SDK/PSPrintSDK/Categories/*.{h,m}']
spec.resources = ['Kite SDK/PSPrintSDK/KitePrintSDK.xcassets', 'Kite SDK/*.lproj', 'Kite SDK/PSPrintSDK/OLKiteStoryboard.storyboard']
spec.dependency 'SDWebImage'
Expand Down

0 comments on commit 3bc86a7

Please sign in to comment.