[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 4 / d / FSPicker / 1.0.2 / FSPicker.podspec.json
blobe293634b7c9e6c148f13a8f32091ba3fe55026eb
2   "name": "FSPicker",
3   "version": "1.0.2",
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.0.2"
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/FSTheme.h",
30       "FSPicker/Platforms/iOS/ViewControllers/FSPickerController.h",
31       "FSPicker/Platforms/iOS/ViewControllers/FSSaveController.h"
32     ],
33     "source_files": [
34       "FSPicker/Shared/Models/*.{h,m}",
35       "FSPicker/Platforms/iOS/*.{h,m}",
36       "FSPicker/Platforms/iOS/Views/*.{h,m}",
37       "FSPicker/Platforms/iOS/ViewControllers/*.{h,m}",
38       "FSPicker/Platforms/iOS/Models/*.{h,m}",
39       "FSPicker/Platforms/iOS/API/*.{h,m}",
40       "FSPicker/Platforms/iOS/KAProgressLabel/*.{h,m}",
41       "FSPicker/Platforms/iOS/FSImageVideoPicker/*.{h,m}"
42     ],
43     "dependencies": {
44       "Filestack": [
46       ]
47     }
48   },
49   "resources": [
50     "FSPicker/Shared/Resources/fsImages.xcassets",
51     "FSPicker/Shared/Resources/fsAllowedUrlPrefix.plist"
52   ]