blob: 911774789d9f920703797a2c3edca5678c53d7ff [file] [log] [blame]
{
"name": "NCMusicEngine",
"version": "0.1.5",
"summary": "A simple and easy-to-use music engine support playing-while-downloading feature.",
"homepage": "https://github.com/nickcheng/NCMusicEngine",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"nickcheng": "n@nickcheng.com"
},
"source": {
"git": "https://github.com/nickcheng/NCMusicEngine.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"NCMusicEngine/*.{h,m}",
"AFDownloadRequestOperation/*.{h,m}"
],
"public_header_files": [
"NCMusicEngine/*.h",
"AFDownloadRequestOperation/*.h"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 1.1"
]
}
}