Skip to content

Commit

Permalink
Fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mbutan committed Jan 31, 2017
1 parent 702c461 commit 17496cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions MBPhotoPicker.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ Pod::Spec.new do |s|
s.homepage = "https://github.com/mbutan/MBPhotoPicker"
s.license = 'MIT'
s.author = { "Marcin Butanowicz" => "[email protected]" }
s.source = { :git => "https://github.com/mbutan/MBPhotoPicker.git", :tag => "#{s.version}" }
s.source = { :git => "https://github.com/mbutan/MBPhotoPicker.git", :tag => s.version.to_s }

s.platform = :ios, '9.0'
s.platform = :ios, '8.0'
s.requires_arc = true

s.source_files = 'Pod/Classes/**/*'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Easy and quick in implementation Photo Picker, based on Slack's picker.
![picture alt](https://github.com/mbutan/MBPhotoPicker/blob/master/Assets/screenshot.png "MBPhotoPicker")

## Requirements
* iOS 8.0+
* iOS 9.0+
* Swift 3
* ARC
* To happy full functionality, expand your Xcode's captabilities of iCloud entitlement (see at the attached example, or read more about [here](https://developer.apple.com/library/mac/documentation/IDEs/Conceptual/AppDistributionGuide/AddingCapabilities/AddingCapabilities.html))
Expand Down

0 comments on commit 17496cf

Please sign in to comment.