[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / 2 / 4 / d / FSPicker / 0.1.1 / FSPicker.podspec.json
blobe8e0e12ddfbcbfc20a1bb4b197810848bfeb1fbb
2   "name": "FSPicker",
3   "version": "0.1.1",
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.\n",
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": "0.1.1-beta"
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     ],
32     "source_files": [
33       "FSPicker/Shared/Models/*.{h,m}",
34       "FSPicker/Platforms/iOS/Views/*.{h,m}",
35       "FSPicker/Platforms/iOS/ViewControllers/*.{h,m}",
36       "FSPicker/Platforms/iOS/Models/*.{h,m}",
37       "FSPicker/Platforms/iOS/KAProgressLabel/*.{h,m}",
38       "FSPicker/Platforms/iOS/FSImageVideoPicker/*.{h,m}"
39     ],
40     "dependencies": {
41       "Filestack": [
43       ]
44     }
45   },
46   "resources": [
47     "FSPicker/Shared/Resources/fsImages.xcassets",
48     "FSPicker/Shared/Resources/fsAllowedUrlPrefix.plist"
49   ]