[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 8 / 7 / 0 / SimplePhotoPicker / 0.1.3 / SimplePhotoPicker.podspec.json
blob29c8f7e01c8e20bdfc1ec75c51f5a5a2bd2e58a8
2   "name": "SimplePhotoPicker",
3   "version": "0.1.3",
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   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Asif Bilal": "asifbilal786@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/asifbilal786/SimplePhotoPicker.git",
19     "tag": "0.1.3"
20   },
21   "social_media_url": "https://twitter.com/asifbilal786",
22   "source_files": "SimplePhotoPicker/Core/PhotoPicker.swift",
23   "requires_arc": true