Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ocollet committed Apr 12, 2020
1 parent 4e31719 commit 5b63d26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ UnsplashPhotoPicker is a view controller. You present it to offer your users to
To integrate UnsplashPhotoPicker into your Xcode project using [Carthage](https://github.com/Carthage/Carthage), specify it in your `Cartfile`:

```ogdl
github "unsplash/unsplash-photopicker-ios" ~> 1.1
github "unsplash/unsplash-photopicker-ios" ~> 1.1.1
```

Run `carthage update` to build the framework and drag the built `UnsplashPhotoPicker.framework` into your Xcode project.
Expand All @@ -60,7 +60,7 @@ platform :ios, '11.0'
use_frameworks!

target '<Your Target Name>' do
pod 'UnsplashPhotoPicker', '~> 1.1'
pod 'UnsplashPhotoPicker', '~> 1.1.1'
end
```

Expand Down
4 changes: 2 additions & 2 deletions UnsplashPhotoPicker.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |spec|
spec.name = 'UnsplashPhotoPicker'
spec.version = '1.1.0'
spec.version = '1.1.1'
spec.license = { :type => 'MIT' }
spec.homepage = 'https://github.com/unsplash/unsplash-photopicker-ios'
spec.authors = { 'Unsplash' => '[email protected]' }
spec.summary = 'A photo picker to search for and use photos from Unsplash.'
spec.source = { :git => 'https://github.com/unsplash/unsplash-photopicker-ios.git', :tag => '1.1.0' }
spec.source = { :git => 'https://github.com/unsplash/unsplash-photopicker-ios.git', :tag => '1.1.1' }
spec.source_files = 'UnsplashPhotoPicker/UnsplashPhotoPicker/**/*.{h,m,swift,xib,strings,stringsdict}'
spec.framework = 'Foundation', 'UIKit'
spec.platform = :ios, '11.0'
Expand Down

0 comments on commit 5b63d26

Please sign in to comment.