blob: fcf05c0cd453a0a7d347da0fdfc5af0450a49d67 [file] [log] [blame]
{
"name": "YPMedia",
"version": "0.1.0",
"summary": "A short description of YPMedia.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/oushizishu/YPMedia",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"oushizishu": "xinyapeng@baijiahulian.com"
},
"source": {
"git": "https://github.com/oushizishu/YPMedia.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "YPMedia/Classes/**/*.{h,m,c,cpp,mm,plist,xib}",
"public_header_files": "YPMedia/Classes/**/*.h",
"xcconfig": {
"ENABLE_BITCODE": "NO"
},
"default_subspecs": "Lame",
"dependencies": {
"YPPermission": [
],
"YPFoundation": [
]
},
"subspecs": [
{
"name": "Lame",
"vendored_libraries": "YPMedia/Classes/ConvertToMP3/*.a"
}
]
}