blob: 387fd7ff7d822a07d52fccef0361e75e4668b772 [file] [log] [blame]
{
"name": "PocketNet",
"version": "1.2.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.2.1"
},
"source_files": [
"Classes",
"PocketNet/*.{h,m,swift}",
"PocketNet/Net/*",
"PocketNet/Net/PocketNetAlamofire/*"
],
"platforms": {
"ios": "10.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"
}