| { |
| "name": "HMImagePickerView", |
| "version": "0.1.0", |
| "summary": "HMImagePickerView is a great component to reduce the effort on integrating UIImagePickerview. Camera and library has been integrated.", |
| "description": "Spec\nXcode 8+,\niOS 10,\nSwift 3\n\nBefore using this component, We need to set two privacy settings in info.plist.\n\n* Privacy - Photo Library Usage Description\n* Privacy - Camera Usage Description\n\nKindly give the necessary message why we are need to use camara and photo library.\n\n1. I have added some base code how we can use this component. Import the framework.\n\n```ruby\nimport HMImagePickerView\n```\n\n2. Add a UIView in you xib respective viewcontoller. Change the class name of the UIView to \"AMImagePickerView\".\nCreate a reference in your view controller\n\n```ruby\n@IBOutlet weak var chooseImageView: AMImagePickerView!\n```\n\n3. Set the view controller, which one we need to present the camera or Photo Library.\n\n```ruby\nchooseImageView.viewcontroller = self\n```\n\nThats all!!!! here you go. Just run your app. :) See the magic.", |
| "homepage": "https://github.com/anumothuR/HMImagePickerView", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "anumothuR": "anumothu911@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/anumothuR/HMImagePickerView.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source_files": "HMImagePickerView/Classes/**/*", |
| "resource_bundles": { |
| "HMImagePickerView": [ |
| "HMImagePickerView/Assets/*.xib" |
| ] |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |