blob: 25995a587e273286cfcc3db0bde5c455f7335d12 [file] [log] [blame]
{
"name": "TFNetwork",
"version": "0.0.1",
"summary": "时光流影iOS底层网络框架",
"homepage": "https://github.com/TimeFaceCoder/TFNetwork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Melvin": "yangmin@timeface.cn"
},
"social_media_url": "http://www.timeface.cn",
"platforms": {
"ios": "7.1"
},
"source": {
"git": "https://github.com/TimeFaceCoder/TFNetwork.git",
"tag": "0.0.1"
},
"source_files": "TFNetwork/TFNetwork/**/*.{h,m,c}",
"requires_arc": true,
"dependencies": {
"MPMessagePack": [
],
"AFNetworking": [
]
}
}