blob: 55e4636d8daca490fa0f9059bd81c9c252cfddac [file] [log] [blame]
{
"name": "PocketNet",
"version": "1.3.1",
"homepage": "https://github.com/PocketSwift/PocketNet",
"summary": "Net with Alamofire implementation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"PocketSwift": "https://github.com/PocketSwift"
},
"source": {
"git": "https://github.com/PocketSwift/PocketNet.git",
"tag": "1.3.1"
},
"source_files": [
"Classes",
"PocketNet/*.{h,m,swift}",
"PocketNet/Net/*",
"PocketNet/Net/PocketNetAlamofire/*"
],
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"dependencies": {
"Alamofire": [
"4.6.0"
],
"ResponseDetective": [
"1.2.2"
]
}
}