blob: 7277c93451ce06753b1a13898277f8c525169d37 [file] [log] [blame]
{
"name": "TFNetwork",
"version": "0.1.8",
"summary": "时光流影底层网络框架",
"homepage": "https://github.com/TimeFaceCoder/TFNetwork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Melvin": "yangmin@timeface.cn"
},
"source": {
"git": "https://github.com/TimeFaceCoder/TFNetwork.git"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TFNetwork/Classes/**/*",
"public_header_files": [
"TFNetwork/Classes/*.h"
],
"libraries": "z",
"requires_arc": true,
"dependencies": {
"MPMessagePack": [
],
"Godzippa": [
],
"AFNetworking": [
]
}
}