blob: 460436d66e81049c3a6183b4006e22511b9fb3cd [file] [log] [blame]
{
"name": "NCMusicEngine",
"version": "0.1.4",
"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.4"
},
"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.3.2"
]
}
}