[Add] AlibabacloudMarket20151101 1.1.0
[CocoaPods.git] / Specs / e / 0 / a / FPPicker / 5.1.1 / FPPicker.podspec.json
blob9fe3b1d5d243e02d4c76aa41ff62de874de132f6
2   "name": "FPPicker",
3   "version": "5.1.1",
4   "summary": "SDK to access Filepicker.io API",
5   "description": "Filepicker helps developers connect with all the data sources they might have.\nThis is an SDK that lets developers easily add a bunch of cloud file handling features without coding.",
6   "homepage": "https://github.com/Ink/ios-picker/",
7   "screenshots": "https://github.com/Ink/ios-picker/raw/develop/Docs/filepicker.png",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE.md"
11   },
12   "authors": {
13     "Filepicker.io": "contact@filepicker.io"
14   },
15   "source": {
16     "git": "https://github.com/Ink/ios-picker.git",
17     "tag": "v5.1.1"
18   },
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9"
22   },
23   "ios": {
24     "prefix_header_file": "Resources-iOS/FPPicker-Prefix.pch",
25     "public_header_files": [
26       "FPPicker/Platforms/iOS/FPPicker.h",
27       "FPPicker/Platforms/iOS/FPPickerController.h",
28       "FPPicker/Platforms/iOS/FPSaveController.h",
29       "FPPicker/Platforms/iOS/FPTheme.h",
30       "FPPicker/Platforms/iOS/FPAuthController.h",
31       "FPPicker/Shared/FPExternalHeaders.h",
32       "FPPicker/Shared/FPConfig.h",
33       "FPPicker/Shared/FPConstants.h",
34       "FPPicker/Shared/FPMediaInfo.h",
35       "FPPicker/Shared/FPSource+SupportedSources.h",
36       "FPPicker/Shared/FPSimpleAPI.h",
37       "FPPicker/Shared/FPSource.h"
38     ],
39     "source_files": [
40       "FPPicker/Shared/*.{h,m}",
41       "FPPicker/Platforms/iOS/*.{h,m}"
42     ],
43     "frameworks": [
44       "AssetsLibrary",
45       "CoreFoundation",
46       "CoreGraphics",
47       "MobileCoreServices",
48       "QuartzCore",
49       "SystemConfiguration"
50     ],
51     "dependencies": {
52       "MBProgressHUD": [
53         "~> 0.9"
54       ]
55     },
56     "resource_bundles": {
57       "FPPicker": "Resources-Shared/*.*"
58     }
59   },
60   "osx": {
61     "prefix_header_file": "Resources-Mac/FPPicker-Mac-Prefix.pch",
62     "public_header_files": [
63       "FPPicker/Platforms/Mac/FPPickerMac.h",
64       "FPPicker/Platforms/Mac/FPPickerController.h",
65       "FPPicker/Platforms/Mac/FPSaveController.h",
66       "FPPicker/Platforms/Mac/FPAuthController.h",
67       "FPPicker/Shared/FPExternalHeaders.h",
68       "FPPicker/Shared/FPConfig.h",
69       "FPPicker/Shared/FPConstants.h",
70       "FPPicker/Shared/FPMediaInfo.h",
71       "FPPicker/Shared/FPSource+SupportedSources.h",
72       "FPPicker/Shared/FPSimpleAPI.h",
73       "FPPicker/Shared/FPSource.h"
74     ],
75     "source_files": [
76       "FPPicker/Shared/*.{h,m}",
77       "FPPicker/Platforms/Mac/*.{h,m}"
78     ],
79     "frameworks": [
80       "WebKit",
81       "Quartz"
82     ],
83     "dependencies": {
84       "PureLayout": [
85         "~> 2.0.6"
86       ]
87     },
88     "resource_bundles": {
89       "FPPicker": "Resources-Shared/*.*",
90       "FPPickerMac": "Resources-Mac/*.*"
91     }
92   },
93   "dependencies": {
94     "AFNetworking": [
95       "~> 2.6.0"
96     ]
97   },
98   "requires_arc": true