blob: ec79a370a1a595d97896f5a21b20fd3d92c93477 [file] [log] [blame]
{
"name": "PocketNet",
"version": "1.2.3",
"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.2.3"
},
"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"
],
"Result": [
"3.2.4"
]
},
"pushed_with_swift_version": "echo \"4.0\" > .swift-version"
}