blob: 92a88b5de518ff08f57f65680973f4ee82261474 [file] [log] [blame]
{
"name": "NCMusicEngine",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "NCMusicEngine/*.{h,m}",
"public_header_files": "NCMusicEngine/*.h",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
">= 1.1.0"
],
"AFDownloadRequestOperation": [
]
}
}