[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 4 / d / FSPicker / 1.1.8 / FSPicker.podspec.json
blobbe02dc4cc5b11a8a355381d207377e535e0e6c6d
2   "name": "FSPicker",
3   "version": "1.1.8",
4   "summary": "Filestack's picker controller implementation.",
5   "description": "Upload images and files of any kind. Transform them into different styles and formats. Deliver them rapidly and responsively to the world.",
6   "homepage": "https://github.com/filestack/FSPicker",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Filestack": "lukasz@filestack.com"
13   },
14   "source": {
15     "git": "https://github.com/filestack/FSPicker.git",
16     "tag": "1.1.8"
17   },
18   "platforms": {
19     "ios": "8.4",
20     "osx": "10.9"
21   },
22   "requires_arc": true,
23   "ios": {
24     "public_header_files": [
25       "FSPicker/Shared/Models/FSMimeTypes.h",
26       "FSPicker/Shared/Models/FSProtocols.h",
27       "FSPicker/Platforms/iOS/FSPicker.h",
28       "FSPicker/Platforms/iOS/Models/FSConfig.h",
29       "FSPicker/Platforms/iOS/Models/FSGoogleServicesManager.h",
30       "FSPicker/Platforms/iOS/Models/FSTheme.h",
31       "FSPicker/Platforms/iOS/ViewControllers/FSPickerController.h",
32       "FSPicker/Platforms/iOS/ViewControllers/FSSaveController.h"
33     ],
34     "source_files": [
35       "FSPicker/Shared/Models/*.{h,m}",
36       "FSPicker/Platforms/iOS/*.{h,m}",
37       "FSPicker/Platforms/iOS/Views/*.{h,m}",
38       "FSPicker/Platforms/iOS/ViewControllers/*.{h,m}",
39       "FSPicker/Platforms/iOS/Models/*.{h,m}",
40       "FSPicker/Platforms/iOS/API/*.{h,m}",
41       "FSPicker/Platforms/iOS/KAProgressLabel/*.{h,m}",
42       "FSPicker/Platforms/iOS/FSImageVideoPicker/*.{h,m}",
43       "FSPicker/Platforms/iOS/Misc/*.{h,m}"
44     ],
45     "dependencies": {
46       "Filestack": [
48       ],
49       "GTMAppAuth": [
51       ],
52       "GoogleAPIClientForREST": [
54       ],
55       "GoogleAPIClientForREST/Drive": [
57       ],
58       "GoogleAPIClientForREST/Gmail": [
60       ]
61     },
62     "frameworks": [
63       "SystemConfiguration",
64       "SafariServices"
65     ]
66   },
67   "resources": "FSPicker/Shared/Resources/fsImages.xcassets"