blob: 230a547f4cb41ec4c7ca4b510bae2c81381e12a3 [file] [log] [blame]
{
"name": "GenericNetworking",
"version": "0.1.2",
"summary": "simple generic style networking framework",
"description": "simple generic style networking framework base on Alamofire and Codable",
"homepage": "https://github.com/alexiscn/GenericNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"alexiscn": "shuifengxu@gmail.com"
},
"source": {
"git": "https://github.com/alexiscn/GenericNetworking.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "GenericNetworking/Classes/**/*",
"dependencies": {
"Alamofire": [
]
},
"pushed_with_swift_version": "4.0"
}