blob: cd2cc9e87f172725d021850b4662c6d4906d194d [file] [log] [blame]
{
"name": "Transfo",
"version": "0.1.0",
"summary": "Transfo is a high level request util based on AFNetworking.",
"description": "Transfo is a high level request util based on AFNetworking. It provides a High Level API for network request. It makes network requests easier",
"homepage": "https://github.com/ztongcc/Transfo",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ztongcc": "ztongcc@163.com"
},
"source": {
"git": "https://github.com/ztongcc/Transfo.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Transfo/Classes/**/*",
"public_header_files": "Transfo/Classes/**/*.h",
"dependencies": {
"AFNetworking": [
"~> 4.0.1"
]
}
}