[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / e / 2 / Filestack / 0.1.4 / Filestack.podspec.json
blobfb6156ba78082ad8b7e5ca06b4d026a61fe88ae0
2   "name": "Filestack",
3   "version": "0.1.4",
4   "summary": "SDK to access Filestack API",
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/filepicker/filestack-ios",
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/filestack-ios.git",
16     "tag": "0.1.4"
17   },
18   "platforms": {
19     "ios": "8.4",
20     "osx": "10.9"
21   },
22   "requires_arc": true,
23   "ios": {
24     "public_header_files": [
25       "Filestack/Platform/iOS/FilestackIOS.h",
26       "Filestack/Shared/Filestack.h",
27       "Filestack/Shared/Models/FSBlob.h",
28       "Filestack/Shared/Models/FSMetadata.h",
29       "Filestack/Shared/Options/FSSecurity.h",
30       "Filestack/Shared/Options/FSStatOptions.h",
31       "Filestack/Shared/Options/FSStoreOptions.h"
32     ],
33     "source_files": [
34       "Filestack/Platforms/iOS/*.{h,m}",
35       "Filestack/Shared/*.{h,m}",
36       "Filestack/Shared/Options/*.{h,m}",
37       "Filestack/Shared/Models/*.{h,m}",
38       "Filestack/Shared/API/*.{h,m}"
39     ]
40   },
41   "osx": {
42     "public_header_files": [
43       "Filestack/Platform/Mac/FilestackMac.h",
44       "Filestack/Shared/Filestack.h",
45       "Filestack/Shared/Models/FSBlob.h",
46       "Filestack/Shared/Models/FSMetadata.h",
47       "Filestack/Shared/Options/FSSecurity.h",
48       "Filestack/Shared/Options/FSStatOptions.h",
49       "Filestack/Shared/Options/FSStoreOptions.h"
50     ],
51     "source_files": [
52       "Filestack/Platforms/Mac/*.{h,m}",
53       "Filestack/Shared/*.{h,m}",
54       "Filestack/Shared/Options/*.{h,m}",
55       "Filestack/Shared/Models/*.{h,m}",
56       "Filestack/Shared/API/*.{h,m}"
57     ]
58   },
59   "dependencies": {
60     "AFNetworking": [
61       "~> 3.0"
62     ]
63   }