blob: a3d111f3d53d69425f7d2a27eb526b6fb8096901 [file] [log] [blame]
{
"name": "TFNetwork",
"version": "1.1.0",
"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": "9.0"
},
"source_files": "TFNetwork/Classes/**/*",
"public_header_files": [
"TFNetwork/Classes/*.h"
],
"libraries": "z",
"requires_arc": true,
"dependencies": {
"MPMessagePack": [
],
"AFNetworking": [
]
}
}