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