[Add] LiveKitWebRTC-Vama 125.6422.11-Vama
[CocoaPods.git] / Specs / 2 / b / 7 / DZNPhotoPickerController / 1.6.0 / DZNPhotoPickerController.podspec.json
blob01857dcb453e2c1bb2fd66b9b3d00af54cf7b062
2   "name": "DZNPhotoPickerController",
3   "version": "1.6.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": "v1.6.0"
18   },
19   "default_subspecs": "Core",
20   "resources": [
21     "Resources",
22     "Source/Resources/**/*.*"
23   ],
24   "requires_arc": true,
25   "platforms": {
26     "ios": "7.0"
27   },
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "Source/Classes/Core/*.{h,m}",
32       "dependencies": {
33         "SDWebImage": [
34           "3.7"
35         ],
36         "DZNEmptyDataSet": [
37           "1.3.3"
38         ],
39         "MBProgressHUD": [
40           "0.9"
41         ],
42         "DZNPhotoPickerController/Services": [
44         ],
45         "DZNPhotoPickerController/Editor": [
47         ]
48       }
49     },
50     {
51       "name": "Services",
52       "source_files": [
53         "Source/Classes/Services/*.{h,m}",
54         "Source/Classes/Core/DZNPhotoPickerControllerConstants.{h,m}"
55       ],
56       "dependencies": {
57         "AFNetworking": [
58           "2.4.1"
59         ],
60         "GROAuth2SessionManager": [
61           "0.2.3"
62         ]
63       },
64       "prefix_header_contents": [
65         "#import <MobileCoreServices/MobileCoreServices.h>",
66         "#import <SystemConfiguration/SystemConfiguration.h>"
67       ]
68     },
69     {
70       "name": "Editor",
71       "source_files": [
72         "Source/Classes/Editor/*.{h,m}",
73         "Source/Classes/Core/DZNPhotoPickerControllerConstants.{h,m}"
74       ]
75     }
76   ]