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/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/Options/FSRetryOptions.h",
34 "Filestack/Shared/Options/FSUploadOptions.h",
35 "Filestack/Shared/Transformations/*.h",
36 "Filestack/Shared/API/FSMultipartUpload.h"
38 "private_header_files": [
39 "Filestack/Shared/Transformations/*+Private.h*"
42 "Filestack/Platform/iOS/*.{h,m}",
43 "Filestack/Shared/*.{h,m}",
44 "Filestack/Shared/Options/*.{h,m}",
45 "Filestack/Shared/Models/*.{h,m}",
46 "Filestack/Shared/API/*.{h,m}",
47 "Filestack/Shared/Transformations/*.{h,m}"
51 "public_header_files": [
52 "Filestack/Platform/Mac/FilestackMac.h",
53 "Filestack/Shared/Filestack.h",
54 "Filestack/Shared/Filestack+FSPicker.h",
55 "Filestack/Shared/Models/FSBlob.h",
56 "Filestack/Shared/Models/FSMetadata.h",
57 "Filestack/Shared/Options/FSSecurity.h",
58 "Filestack/Shared/Options/FSStatOptions.h",
59 "Filestack/Shared/Options/FSStoreOptions.h",
60 "Filestack/Shared/Options/FSRetryOptions.h",
61 "Filestack/Shared/Options/FSUploadOptions.h",
62 "Filestack/Shared/Transformations/*.h",
63 "Filestack/Shared/API/FSMultipartUpload.h"
65 "private_header_files": [
66 "Filestack/Shared/Transformations/*+Private.h*"
69 "Filestack/Platform/Mac/*.{h,m}",
70 "Filestack/Shared/*.{h,m}",
71 "Filestack/Shared/Options/*.{h,m}",
72 "Filestack/Shared/Models/*.{h,m}",
73 "Filestack/Shared/API/*.{h,m}",
74 "Filestack/Shared/Transformations/*.{h,m}"