[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 2 / b / 7 / DZNPhotoPickerController / 1.4.3 / DZNPhotoPickerController.podspec.json
blobbc486983fd9736127f3d36ff0da50d360cee1217
2   "name": "DZNPhotoPickerController",
3   "version": "1.4.3",
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_screenshots.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.4.3"
21   },
22   "source_files": [
23     "Classes",
24     "Source/Classes/**/*.{h,m}"
25   ],
26   "exclude_files": "Source/Classes/UIImagePickerController/*.{h,m}",
27   "resources": [
28     "Resources",
29     "Source/Resources/**/*.*"
30   ],
31   "requires_arc": true,
32   "prefix_header_contents": [
33     "#import <MobileCoreServices/MobileCoreServices.h>",
34     "#import <SystemConfiguration/SystemConfiguration.h>"
35   ],
36   "header_mappings_dir": "Source",
37   "dependencies": {
38     "AFNetworking": [
39       "~> 2.2"
40     ],
41     "SDWebImage": [
42       "~> 3.5.4"
43     ],
44     "DZNEmptyDataSet": [
45       "~> 1.2"
46     ]
47   },
48   "subspecs": [
49     {
50       "name": "UIImagePickerControllerExtended",
51       "source_files": [
52         "Source/Classes/UIImagePickerController/*.{h,m}",
53         "Source/Classes/DZNPhotoPickerControllerConstants.h"
54       ]
55     }
56   ]