[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / b / 7 / DZNPhotoPickerController / 1.3.1 / DZNPhotoPickerController.podspec.json
blob6cf91b90a6c2e0cd827ead2f071a427d20d8047b
2   "name": "DZNPhotoPickerController",
3   "version": "1.3.1",
4   "summary": "A photo search/picker for iOS using popular providers like 500px, Flickr, Intagram, Google Images, etc.",
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.3.1"
21   },
22   "source_files": [
23     "Classes",
24     "Source/Classes/**/*.{h,m}"
25   ],
26   "resources": [
27     "Resources",
28     "Source/Resources/**/*.*"
29   ],
30   "requires_arc": true,
31   "prefix_header_contents": [
32     "#import <MobileCoreServices/MobileCoreServices.h>",
33     "#import <SystemConfiguration/SystemConfiguration.h>"
34   ],
35   "dependencies": {
36     "AFNetworking": [
37       "~> 1.3.3"
38     ],
39     "SDWebImage": [
40       "~> 3.5.4"
41     ]
42   }