blob: 4cf5756cec045d5d07e54fb260ace903f75a9dde [file] [log] [blame]
{
"name": "MusouKit",
"version": "0.1.0",
"summary": "A development kit for iOS",
"description": "A development kit for iOS by Danal Luo.",
"homepage": "https://github.com/idanal/musouKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Danal.Luo": "idanal.mail@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/idanal/musouKit.git",
"tag": "0.1.0"
},
"source_files": "MusouKit/**/*.{h,m,mm}",
"exclude_files": "MusouKit/**/MSGPSManager.*",
"public_header_files": "MusouKit/**/*.h",
"requires_arc": true
}