blob: d45a1c9d144cbbc8ae039385ded89d07de1516e6 [file] [log] [blame]
{
"name": "BFMediaPicker",
"version": "0.0.1",
"summary": "ALPHA VERSION. Media picker (images/video)",
"description": "Media picker includes choosing images and video at the same time. \n 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.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"BFMediaPicker": [
"Pod/Assets/*.png"
]
},
"frameworks": [
"UIKit",
"Foundation",
"AssetsLibrary"
]
}