blob: 9cadd089403863ec06c3f98181548e0f838f23a0 [file] [log] [blame]
{
"name": "SNPNetwork",
"version": "0.2.1",
"summary": "SNPNetwork is a Swift-based HTTP networking library for iOS.",
"description": "SNPNetwork is a Swift-based HTTP networking library for iOS. It provides an interface on top of Alamofire\nthat simplifies a number of common networking tasks. We've created it to add some features we needed in Snapp\napplication which is not supported directly in Alamofire. Another key feature is a super-simplified JSON parsing\nfacility that gives you clearer syntax by set it's 'responseKey' parameter.",
"homepage": "https://github.com/snapp-cab/SNPNetwork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Arash Z.Jahangiri": "arashzjahangiri@gmail.com"
},
"source": {
"git": "https://github.com/snapp-cab/SNPNetwork.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SNPNetwork/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 4.0"
],
"SNPUtilities": [
]
}
}