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

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
nek023 committed Apr 5, 2015
1 parent 89d8b02 commit 72a7caa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Demo/QBImagePickerControllerDemo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
18 changes: 9 additions & 9 deletions QBImagePickerController.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Pod::Spec.new do |s|
s.name = "QBImagePickerController"
s.version = "2.2.3"
s.version = "2.2.4"
s.summary = "A clone of UIImagePickerController with multiple selection support."
s.homepage = "https://github.com/questbeat/QBImagePickerController"
s.license = 'MIT'
s.homepage = "https://github.com/questbeat/QBImagePicker"
s.license = "MIT"
s.author = { "questbeat" => "[email protected]" }
s.source = { :git => "https://github.com/questbeat/QBImagePickerController.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/questbeat'
s.source_files = 'Pod/Classes/*.{h,m}'
s.resource_bundles = { 'QBImagePickerController' => 'Pod/Assets/*.lproj' }
s.platform = :ios, '6.1'
s.source = { :git => "https://github.com/questbeat/QBImagePicker.git", :tag => s.version.to_s }
s.social_media_url = "https://twitter.com/questbeat"
s.source_files = "Pod/Classes/*.{h,m}"
s.resource_bundles = { "QBImagePickerController" => "Pod/Assets/*.lproj" }
s.platform = :ios, "6.1"
s.requires_arc = true
s.frameworks = 'AssetsLibrary'
s.frameworks = "AssetsLibrary"
end
Empty file modified README.md
100755 → 100644
Empty file.

0 comments on commit 72a7caa

Please sign in to comment.