[Add] AcousticConnectReactNativeDebug 1.0.48
[CocoaPods.git] / Specs / b / 2 / 6 / HMImagePickerView / 0.1.0 / HMImagePickerView.podspec.json
blob0a7a069caef0ef5244f0a98b7816f1519a481f0d
2   "name": "HMImagePickerView",
3   "version": "0.1.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "anumothuR": "anumothu911@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/anumothuR/HMImagePickerView.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "HMImagePickerView/Classes/**/*",
22   "resource_bundles": {
23     "HMImagePickerView": [
24       "HMImagePickerView/Assets/*.xib"
25     ]
26   },
27   "pushed_with_swift_version": "3.0"