blob: 2eec3c6c9a0507a323fb6479fcbed21dfc633624 [file] [log] [blame]
{
"name": "PGRequest",
"version": "0.7.3",
"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.3"
},
"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"
}