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",
12 "Filestack": "lukasz@filestack.com"
15 "git": "https://github.com/filestack/filestack-ios.git",
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"
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}"
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"
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}"