Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blodely/lyimagepicker
Image picker for iOS
https://github.com/blodely/lyimagepicker
cocoapods ios
Last synced: 17 days ago
JSON representation
Image picker for iOS
- Host: GitHub
- URL: https://github.com/blodely/lyimagepicker
- Owner: blodely
- License: gpl-2.0
- Created: 2017-06-14T01:34:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-18T02:45:05.000Z (about 3 years ago)
- Last Synced: 2024-12-26T16:16:07.592Z (about 2 months ago)
- Topics: cocoapods, ios
- Language: Objective-C
- Size: 652 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LYImagePicker
## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Requirements
## Installation
LYImagePicker is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod "LYImagePicker"
```### bleeding edge
```ruby
pod 'LYImagePicker', :git => 'https://github.com/blodely/LYImagePicker.git'
```## Author
Luo Yu, [email protected]
## License
LYImagePicker is available under the GPL-2.0 license. See the LICENSE file for more info.