[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / b / 7 / DZNPhotoPickerController / 1.0.8 / DZNPhotoPickerController.podspec.json
blob3717c8835cc1dae0c665aa6ec21d4c23757ada56
2   "name": "DZNPhotoPickerController",
3   "version": "1.0.8",
4   "summary": "A photo search/picker for iOS similar to UIImagePickerControl, using popular providers like 500px, Flickr and many others.",
5   "description": "This framework tries to mimic as close as possible the native UIImagePickerController API for iOS7, in terms of features, appearance and behaviour.",
6   "homepage": "https://github.com/dzenbot/DZNPhotoPickerController",
7   "screenshots": "https://dl.dropboxusercontent.com/u/2452151/Permalink/DZNPhotoPickerController.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Ignacio Romero Z.": "iromero@dzen.cl"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/dzenbot/UIPhotoPickerController.git",
20     "tag": "v1.0.8"
21   },
22   "source_files": [
23     "Classes",
24     "Source/**/*.{h,m}"
25   ],
26   "ios": {
27     "frameworks": "MobileCoreServices"
28   },
29   "dependencies": {
30     "AFNetworking": [
31       "~> 1.3.3"
32     ],
33     "500px-iOS-api": [
34       "~> 1.0.4"
35     ],
36     "FlickrKit": [
37       "~> 1.0.2"
38     ],
39     "SDWebImage": [
40       "~> 3.4"
41     ]
42   },
43   "requires_arc": true