Latest | 1.0.0 |
---|---|
Homepage | https://github.com/gaoli/GLPhotoBrowser |
License | MIT |
Platforms | ios 8.0, requires ARC |
Dependencies | SDWebImage, KVOController |
Authors |
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
GLPhotoBrowser is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "GLPhotoBrowser"
Author
gaoli, [email protected]
License
GLPhotoBrowser is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "GLPhotoBrowser", "version": "1.0.0", "summary": "A iOS photo browser like wechat", "description": "GLPhotoBrowser is a iOS photo browser like wechat", "homepage": "https://github.com/gaoli/GLPhotoBrowser", "license": "MIT", "authors": { "gaoli": "[email protected]" }, "source": { "git": "https://github.com/gaoli/GLPhotoBrowser.git", "tag": "1.0.0" }, "platforms": { "ios": "8.0" }, "requires_arc": true, "source_files": "GLPhotoBrowser/Classes/**/*.{h,m}", "dependencies": { "SDWebImage": [ "3.8.2" ], "KVOController": [ "1.2.0" ] } }
Wed, 08 Feb 2017 17:40:03 +0000