[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / b / 7 / DZNPhotoPickerController / 1.0.10 / DZNPhotoPickerController.podspec.json
blobd91ced9922aab56d51d51cbcfb0f6e3e9391a622
2   "name": "DZNPhotoPickerController",
3   "version": "1.0.10",
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.10"
21   },
22   "source_files": [
23     "Classes",
24     "Source/**/*.{h,m}"
25   ],
26   "exclude_files": "Source/DZNPhotoTests",
27   "ios": {
28     "frameworks": "MobileCoreServices"
29   },
30   "dependencies": {
31     "AFNetworking": [
32       "~> 1.3.3"
33     ],
34     "500px-iOS-api": [
35       "~> 1.0.4"
36     ],
37     "FlickrKit": [
38       "~> 1.0.2"
39     ],
40     "SDWebImage": [
41       "~> 3.4"
42     ]
43   },
44   "requires_arc": true