blob: 8efca90f72b80d8aa9350dc8164a899bcd107d00 [file] [log] [blame]
{
"name": "PGRequest",
"version": "0.7.8",
"summary": "API Protocols",
"description": "API Protocols for Alamofire and RxSwift",
"homepage": "https://github.com/ipagong/PGRequest",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ipagong": "ipagong.dev@gmail.com"
},
"source": {
"git": "https://github.com/ipagong/PGRequest.git",
"tag": "0.7.8"
},
"platforms": {
"ios": "10.0"
},
"source_files": "PGRequest/Classes/**/*",
"swift_versions": [
"5.0"
],
"dependencies": {
"Alamofire": [
"~> 5.0"
],
"RxCocoa": [
"~> 5.0"
],
"RxSwift": [
"~> 5.0"
]
},
"swift_version": "5.0"
}