blob: 3af35280e11b5316dfa05972daae9ad2771aa528 [file] [log] [blame]
{
"name": "GenericNetworking",
"version": "0.1.6",
"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.6"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "GenericNetworking/Classes/**/*",
"dependencies": {
"Alamofire": [
]
}
}