[Add] scandit-datacapture-frameworks-text 6.28.2
[CocoaPods.git] / Specs / 2 / b / 7 / DZNPhotoPickerController / 1.5.1 / DZNPhotoPickerController.podspec.json
blobe171104dce7190b26fbbb3356e7ecdf48fa8560f
2   "name": "DZNPhotoPickerController",
3   "version": "1.5.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://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   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/dzenbot/UIPhotoPickerController.git",
20     "tag": "v1.5.1"
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.1"
40     ],
41     "GROAuth2SessionManager": [
42       "0.2.2"
43     ],
44     "SDWebImage": [
45       "3.7"
46     ],
47     "MBProgressHUD": [
48       "0.9"
49     ],
50     "DZNEmptyDataSet": [
51       "1.3.3"
52     ]
53   },
54   "subspecs": [
55     {
56       "name": "DZNPhotoService",
57       "source_files": [
58         "Source/Classes/DZNPhotoService/*.{h,m}",
59         "Source/Classes/DZNPhotoPickerControllerConstants.h"
60       ]
61     },
62     {
63       "name": "UIImagePickerControllerExtended",
64       "source_files": [
65         "Source/Classes/UIImagePickerController/*.{h,m}",
66         "Source/Classes/DZNPhotoPickerControllerConstants.h"
67       ]
68     }
69   ]