blob: 7557c25bdb0355efa7c4e45dcb40c70a336718b9 [file] [log] [blame]
{
"name": "IORequestable",
"version": "0.1.0",
"summary": "A simple way to define and execute your web API with IORequestable in Swift.",
"description": "ORequestable provides a clean and easy way to create web APIs by encapsulating codable input and output types together with URL request specifications based on an abstraction layer of Moya.",
"homepage": "https://github.com/royhcj/IORequestable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"royhcj": "boyroyh@gmail.com"
},
"source": {
"git": "https://github.com/royhcj/IORequestable.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.0",
"source_files": "IORequestable/Classes/**/*",
"dependencies": {
"Alamofire": [
],
"Result": [
],
"Moya": [
],
"SwiftyJSON": [
],
"RxSwift": [
],
"RxCocoa": [
]
}
}