[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 8 / 7 / 0 / SimplePhotoPicker / 0.1.5 / SimplePhotoPicker.podspec.json
blobf864e9c3994792e5ee073d76427b42b8f39f6fda
2   "name": "SimplePhotoPicker",
3   "version": "0.1.5",
4   "summary": "This is the simple photo picker which uses default iPhone SDK with UIImagePickerController.",
5   "description": "SimplePhotoPicker is a control that optionally takes inputs of Source Type & allow Editing. On the basis of these inputs, this control displays the action sheet if needed and displays the iOS default image editor if selected. It has simple block based implementation. No need to implement delegate methods.",
6   "homepage": "https://github.com/asifbilal786/SimplePhotoPicker",
7   "screenshots": "https://raw.githubusercontent.com/asifbilal786/SimplePhotoPicker/screenshots/Screenshot_1.png",
8   "frameworks": "UIKit",
9   "requires_arc": true,
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "Asif Bilal": "asifbilal786@gmail.com"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "source": {
21     "git": "https://github.com/asifbilal786/SimplePhotoPicker.git",
22     "tag": "0.1.5"
23   },
24   "social_media_url": "https://twitter.com/asifbilal786",
25   "default_subspecs": "Core",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": [
30         "Pod",
31         "SimplePhotoPicker/Core/*.swift"
32       ]
33     }
34   ]