blob: a27b410333f460ee95226abcaaf63da23e079275 [file] [log] [blame]
{
"name": "BFMediaPicker",
"version": "0.0.3",
"summary": "ALPHA VERSION. Media picker (images/video)",
"description": "Media picker includes choosing images and video at the same time. \n Allow to select many photos. At the moment video not supported",
"homepage": "https://github.com/bicyclefactory/BFMediaPicker",
"license": "MIT",
"authors": {
"Evgeniy Suvorov": "kokax@mail.ru"
},
"source": {
"git": "https://github.com/bicyclefactory/BFMediaPicker.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"BFMediaPicker": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"Foundation",
"AssetsLibrary"
]
}