[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 0 / a / FPPicker / 5.0.0-beta1 / FPPicker.podspec.json
blobe14505f8b8e1fe0fc2e29c13234b23eb328cc897
2   "name": "FPPicker",
3   "version": "5.0.0-beta1",
4   "summary": "SDK to access Filepicker.io API",
5   "description": "    Filepicker helps developers connect with all the data sources they might have.\n    This is an SDK that lets developers easily add a bunch of cloud file handling features without coding.\n",
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.0.0-beta1"
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     ],
36     "source_files": [
37       "FPPicker/Shared/*.{h,m}",
38       "FPPicker/Platforms/iOS/*.{h,m}"
39     ],
40     "frameworks": [
41       "AssetsLibrary",
42       "CoreFoundation",
43       "CoreGraphics",
44       "MobileCoreServices",
45       "QuartzCore",
46       "SystemConfiguration"
47     ],
48     "dependencies": {
49       "MBProgressHUD": [
50         "~> 0.9"
51       ]
52     },
53     "resource_bundles": {
54       "FPPicker": "Resources-Shared/*.*"
55     }
56   },
57   "osx": {
58     "prefix_header_file": "Resources-Mac/FPPicker-Mac-Prefix.pch",
59     "public_header_files": [
60       "FPPicker/Platforms/Mac/FPPickerMac.h",
61       "FPPicker/Platforms/Mac/FPPickerController.h",
62       "FPPicker/Platforms/Mac/FPSaveController.h",
63       "FPPicker/Platforms/Mac/FPAuthController.h",
64       "FPPicker/Shared/FPExternalHeaders.h",
65       "FPPicker/Shared/FPConfig.h",
66       "FPPicker/Shared/FPConstants.h",
67       "FPPicker/Shared/FPMediaInfo.h"
68     ],
69     "source_files": [
70       "FPPicker/Shared/*.{h,m}",
71       "FPPicker/Platforms/Mac/*.{h,m}"
72     ],
73     "frameworks": [
74       "WebKit",
75       "Quartz"
76     ],
77     "dependencies": {
78       "PureLayout": [
79         "~> 2.0.6"
80       ]
81     },
82     "resource_bundles": {
83       "FPPicker": "Resources-Shared/*.*",
84       "FPPickerMac": "Resources-Mac/*.*"
85     }
86   },
87   "dependencies": {
88     "AFNetworking": [
89       "~> 2.5.3"
90     ]
91   },
92   "requires_arc": true