blob: 8844500b0cc90024f7ad68f4da954f6422d5d9ed [file] [log] [blame]
{
"name": "POPMediaPicker",
"version": "0.2.1",
"summary": "Image/Video picker with capture/record buttons for Object-c project.",
"homepage": "https://github.com/popeveryday/POPMediaPicker",
"license": "MIT",
"authors": {
"popeveryday": "popeveryday@gmail.com"
},
"source": {
"git": "https://github.com/popeveryday/POPMediaPicker.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m,c}",
"resources": "Pod/Classes/**/*.bundle",
"dependencies": {
"POPLib": [
"~> 0.1"
],
"POPOrientationNavigationVC": [
"~> 0.1"
],
"MBProgressHUD": [
"~> 1.0"
]
}
}