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