blob: 4b03e1f3fa02cc9b7d1b332e06fae928cb93ce7b [file] [log] [blame]
{
"name": "Filestack",
"version": "0.3.6",
"summary": "SDK to access Filestack API",
"description": "Upload images and files of any kind. Transform them into different styles and formats. Deliver them rapidly and responsively to the world.",
"homepage": "https://github.com/filepicker/filestack-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Filestack": "lukasz@filestack.com"
},
"source": {
"git": "https://github.com/filestack/filestack-ios.git",
"tag": "0.3.6"
},
"platforms": {
"ios": "8.4",
"osx": "10.9"
},
"requires_arc": true,
"ios": {
"public_header_files": [
"Filestack/Platform/iOS/FilestackIOS.h",
"Filestack/Shared/Filestack.h",
"Filestack/Shared/Filestack+FSPicker.h",
"Filestack/Shared/Models/FSBlob.h",
"Filestack/Shared/Models/FSMetadata.h",
"Filestack/Shared/Options/FSSecurity.h",
"Filestack/Shared/Options/FSStatOptions.h",
"Filestack/Shared/Options/FSStoreOptions.h",
"Filestack/Shared/Options/FSRetryOptions.h",
"Filestack/Shared/Options/FSUploadOptions.h",
"Filestack/Shared/Transformations/*.h",
"Filestack/Shared/API/FSMultipartUpload.h"
],
"private_header_files": [
"Filestack/Shared/Transformations/*+Private.h*"
],
"source_files": [
"Filestack/Platform/iOS/*.{h,m}",
"Filestack/Shared/*.{h,m}",
"Filestack/Shared/Options/*.{h,m}",
"Filestack/Shared/Models/*.{h,m}",
"Filestack/Shared/API/*.{h,m}",
"Filestack/Shared/Transformations/*.{h,m}"
]
},
"osx": {
"public_header_files": [
"Filestack/Platform/Mac/FilestackMac.h",
"Filestack/Shared/Filestack.h",
"Filestack/Shared/Filestack+FSPicker.h",
"Filestack/Shared/Models/FSBlob.h",
"Filestack/Shared/Models/FSMetadata.h",
"Filestack/Shared/Options/FSSecurity.h",
"Filestack/Shared/Options/FSStatOptions.h",
"Filestack/Shared/Options/FSStoreOptions.h",
"Filestack/Shared/Options/FSRetryOptions.h",
"Filestack/Shared/Options/FSUploadOptions.h",
"Filestack/Shared/Transformations/*.h",
"Filestack/Shared/API/FSMultipartUpload.h"
],
"private_header_files": [
"Filestack/Shared/Transformations/*+Private.h*"
],
"source_files": [
"Filestack/Platform/Mac/*.{h,m}",
"Filestack/Shared/*.{h,m}",
"Filestack/Shared/Options/*.{h,m}",
"Filestack/Shared/Models/*.{h,m}",
"Filestack/Shared/API/*.{h,m}",
"Filestack/Shared/Transformations/*.{h,m}"
]
},
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}