blob: 7dc2fe677dda96f241416c94829a37d6a402a13b [file] [log] [blame]
{
"name": "FSPicker",
"version": "0.1.2",
"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.\n",
"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": "0.1.2-beta"
},
"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"
],
"source_files": [
"FSPicker/Shared/Models/*.{h,m}",
"FSPicker/Platforms/iOS/Views/*.{h,m}",
"FSPicker/Platforms/iOS/ViewControllers/*.{h,m}",
"FSPicker/Platforms/iOS/Models/*.{h,m}",
"FSPicker/Platforms/iOS/KAProgressLabel/*.{h,m}",
"FSPicker/Platforms/iOS/FSImageVideoPicker/*.{h,m}"
],
"dependencies": {
"Filestack": [
]
}
},
"resources": [
"FSPicker/Shared/Resources/fsImages.xcassets",
"FSPicker/Shared/Resources/fsAllowedUrlPrefix.plist"
]
}