blob: 47296e54a8f9a6b6fdab3cebeecf8dec94d84af3 [file] [log] [blame]
{
"name": "Transfo",
"version": "1.0.1",
"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": "1.0.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Transfo/Classes/*",
"public_header_files": "Transfo/Classes/*.h",
"dependencies": {
"AFNetworking": [
"~> 4.0.1"
]
}
}