blob: 0f6dad32f4e557b0545d09f9b1167762c53de2a0 [file] [log] [blame]
{
"name": "AFTestDemo",
"version": "1.1.0",
"summary": "AF测试demo",
"homepage": "https://niefuling.com/",
"license": "MIT",
"authors": {
"niefuling": "785558516@qq.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/nfl404/AFTestDemo.git",
"tag": "1.1.0"
},
"source_files": [
"AFTestDemo",
"*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.1.0"
]
}
}