[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 2 / b / 7 / DZNPhotoPickerController / 2.0 / DZNPhotoPickerController.podspec.json
blob04117f99c8c961bd2464c0a069ff78e1da313e64
2   "name": "DZNPhotoPickerController",
3   "version": "2.0",
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://raw.githubusercontent.com/dzenbot/DZNPhotoPickerController/master/Docs/screenshots.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Ignacio Romero Z.": "iromero@dzen.cl"
14   },
15   "source": {
16     "git": "https://github.com/dzenbot/UIPhotoPickerController.git",
17     "tag": "v2.0"
18   },
19   "default_subspecs": "Core",
20   "resources": [
21     "Resources",
22     "Source/Resources/**/*.*"
23   ],
24   "requires_arc": true,
25   "platforms": {
26     "ios": "8.0"
27   },
28   "public_header_files": "Source/Classes/*/*.h",
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "Source/Classes/Core/*.{h,m}",
33       "dependencies": {
34         "DZNPhotoPickerController/Services": [
36         ],
37         "DZNPhotoPickerController/Editor": [
39         ],
40         "SDWebImage": [
41           "~> 3.7"
42         ],
43         "DZNEmptyDataSet": [
44           "~> 1.7"
45         ]
46       }
47     },
48     {
49       "name": "Services",
50       "source_files": [
51         "Source/Classes/Services/*.{h,m}",
52         "Source/Classes/Core/DZNPhotoPickerControllerConstants.{h,m}"
53       ],
54       "dependencies": {
55         "AFNetworking": [
56           "~> 3.0"
57         ]
58       },
59       "prefix_header_contents": [
60         "#import <MobileCoreServices/MobileCoreServices.h>",
61         "#import <SystemConfiguration/SystemConfiguration.h>"
62       ]
63     },
64     {
65       "name": "Editor",
66       "source_files": [
67         "Source/Classes/Editor/*.{h,m}",
68         "Source/Classes/Core/DZNPhotoPickerControllerConstants.{h,m}"
69       ]
70     }
71   ]