blob: 740038631b2567a8d0c1f1486f2f2d90da3b88ed [file] [log] [blame]
{
"name": "MIGSDK",
"version": "0.1.0",
"summary": "A prototype of migme SDK.",
"homepage": "https://github.com/rance-attack/MIGSDK",
"license": "MIT",
"authors": {
"Rance Tsai": "rance.attack@gmail.com"
},
"source": {
"git": "https://github.com/rance-attack/MIGSDK.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"frameworks": "Foundation",
"dependencies": {
"AFNetworking": [
"~> 2.5.4"
]
}
}