Latest | 1.0 |
---|---|
Homepage | https://github.com/HarshitDaftary/HDImagePicker |
License | MIT |
Platforms | ios 7.0, requires ARC |
Frameworks | UIKit |
Authors |
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
HDImagePicker is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "HDImagePicker"
Author
HarshitDaftary, [email protected]
License
HDImagePicker is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "HDImagePicker", "version": "1.0", "summary": "HDImagePicker to get rid of delegates.", "description": "HDImagePicker forget delegates; use Blocks.", "homepage": "https://github.com/HarshitDaftary/HDImagePicker", "license": "MIT", "authors": { "HarshitDaftary": "[email protected]" }, "source": { "git": "https://github.com/HarshitDaftary/HDImagePicker.git", "tag": "1.0" }, "social_media_url": "https://twitter.com/daftaryharshit", "platforms": { "ios": "7.0" }, "requires_arc": true, "source_files": "Pod/Classes", "resource_bundles": { "HDImagePicker": [ "Pod/Assets/*.png" ] }, "frameworks": "UIKit" }
Fri, 04 Mar 2016 02:26:04 +0000