blob: 1d72dc4d8f91d7dae9b976ea7bef6aa6b09430fd [file] [log] [blame]
{
"name": "NCMusicEngine",
"version": "0.1.3",
"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.3"
},
"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.0"
]
}
}