blob: 38ff56d2d7f9cb7a28d33766c28f947f3897e8cd [file] [log] [blame]
{
"name": "ACMediaFrame",
"version": "3.1.0",
"summary": "An easy way to display image or video form album or camera, and get more info of image or video to upload and so on.",
"homepage": "https://github.com/honeycao/ACMediaFrame",
"license": "MIT",
"authors": {
"ArthurCao": "honeycao9268@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/honeycao/ACMediaFrame.git",
"tag": "3.1.0"
},
"default_subspecs": "UI",
"requires_arc": true,
"dependencies": {
"TZImagePickerController": [
]
},
"subspecs": [
{
"name": "UI",
"source_files": "ACMediaFrame/UI/*.{h,m}",
"resources": "ACMediaFrame/ACMediaFrame.bundle",
"dependencies": {
"ACMediaFrame/Core": [
]
}
},
{
"name": "Core",
"source_files": "ACMediaFrame/Core/*.{h,m}"
}
]
}