[Add] NHValidationKit 1.0.2
[CocoaPods.git] / Specs / 4 / e / 2 / Filestack / 0.2.3 / Filestack.podspec.json
blobbb69a615c95cc406045c50d1bf21e14abba7c592
2   "name": "Filestack",
3   "version": "0.2.3",
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.2.3"
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       "Filestack/Shared/Transformations/*.h"
33     ],
34     "private_header_files": [
35       "Filestack/Shared/Transformations/*+Private.h*"
36     ],
37     "source_files": [
38       "Filestack/Platforms/iOS/*.{h,m}",
39       "Filestack/Shared/*.{h,m}",
40       "Filestack/Shared/Options/*.{h,m}",
41       "Filestack/Shared/Models/*.{h,m}",
42       "Filestack/Shared/API/*.{h,m}",
43       "Filestack/Shared/Transformations/*.{h,m}"
44     ]
45   },
46   "osx": {
47     "public_header_files": [
48       "Filestack/Platform/Mac/FilestackMac.h",
49       "Filestack/Shared/Filestack.h",
50       "Filestack/Shared/Models/FSBlob.h",
51       "Filestack/Shared/Models/FSMetadata.h",
52       "Filestack/Shared/Options/FSSecurity.h",
53       "Filestack/Shared/Options/FSStatOptions.h",
54       "Filestack/Shared/Options/FSStoreOptions.h",
55       "Filestack/Shared/Transformations/*.h"
56     ],
57     "private_header_files": [
58       "Filestack/Shared/Transformations/*+Private.h*"
59     ],
60     "source_files": [
61       "Filestack/Platforms/Mac/*.{h,m}",
62       "Filestack/Shared/*.{h,m}",
63       "Filestack/Shared/Options/*.{h,m}",
64       "Filestack/Shared/Models/*.{h,m}",
65       "Filestack/Shared/API/*.{h,m}",
66       "Filestack/Shared/Transformations/*.{h,m}"
67     ]
68   },
69   "dependencies": {
70     "AFNetworking": [
71       "~> 3.0"
72     ]
73   }