Skip to content

Commit

Permalink
⭕ Bump demo version to 1.3.4 (119)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kjuly committed Jan 23, 2018
1 parent 28c9120 commit 6517907
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ALAssetsLibrary-CustomPhotoAlbum.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ALAssetsLibrary-CustomPhotoAlbum"
s.version = "1.3.1"
s.version = "1.3.4"
s.summary = "A nice ALAssetsLibrary category for saving images & videos into custom photo album."
s.homepage = "https://github.com/Kjuly/ALAssetsLibrary-CustomPhotoAlbum"
s.license = 'MIT'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,17 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.3.3</string>
<string>1.3.4</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>118</string>
<string>119</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSCameraUsageDescription</key>
<string>${PRODUCT_NAME} uses camera to take photo for record.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>${PRODUCT_NAME} uses photos for record.</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
Expand All @@ -65,9 +69,5 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>NSCameraUsageDescription</key>
<string>${PRODUCT_NAME} uses camera to take photo for record.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>${PRODUCT_NAME} uses photos for record.</string>
</dict>
</plist>

0 comments on commit 6517907

Please sign in to comment.