blob: 2070df01b33f6b658d6c4b08de76a3a187af11d9 [file] [log] [blame]
{
"name": "FSPicker",
"version": "1.1.7",
"summary": "Filestack's picker controller implementation.",
"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/filestack/FSPicker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Filestack": "lukasz@filestack.com"
},
"source": {
"git": "https://github.com/filestack/FSPicker.git",
"tag": "1.1.7"
},
"platforms": {
"ios": "8.4",
"osx": "10.9"
},
"requires_arc": true,
"ios": {
"public_header_files": [
"FSPicker/Shared/Models/FSMimeTypes.h",
"FSPicker/Shared/Models/FSProtocols.h",
"FSPicker/Platforms/iOS/FSPicker.h",
"FSPicker/Platforms/iOS/Models/FSConfig.h",
"FSPicker/Platforms/iOS/Models/FSTheme.h",
"FSPicker/Platforms/iOS/ViewControllers/FSPickerController.h",
"FSPicker/Platforms/iOS/ViewControllers/FSSaveController.h"
],
"source_files": [
"FSPicker/Shared/Models/*.{h,m}",
"FSPicker/Platforms/iOS/*.{h,m}",
"FSPicker/Platforms/iOS/Views/*.{h,m}",
"FSPicker/Platforms/iOS/ViewControllers/*.{h,m}",
"FSPicker/Platforms/iOS/Models/*.{h,m}",
"FSPicker/Platforms/iOS/API/*.{h,m}",
"FSPicker/Platforms/iOS/KAProgressLabel/*.{h,m}",
"FSPicker/Platforms/iOS/FSImageVideoPicker/*.{h,m}",
"FSPicker/Platforms/iOS/Misc/*.{h,m}"
],
"dependencies": {
"Filestack": [
]
}
},
"resources": [
"FSPicker/Shared/Resources/fsImages.xcassets",
"FSPicker/Shared/Resources/fsAllowedUrlPrefix.plist"
]
}