2 "name": "HMImagePickerView",
4 "summary": "HMImagePickerView is a great component to reduce the effort on integrating UIImagePickerview. Camera and library has been integrated.",
5 "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.",
6 "homepage": "https://github.com/anumothuR/HMImagePickerView",
12 "anumothuR": "anumothu911@gmail.com"
15 "git": "https://github.com/anumothuR/HMImagePickerView.git",
21 "source_files": "HMImagePickerView/Classes/**/*",
23 "HMImagePickerView": [
24 "HMImagePickerView/Assets/*.xib"
27 "pushed_with_swift_version": "3.0"