blob: 48783d0084ecaacea6c16b05c0eb54277e3a2153 [file] [log] [blame]
{
"name": "RESTClient-iOS",
"version": "0.1.3",
"summary": "RESTClient is a lightweight wrapper for Alamofire requests that works with JSON responses",
"homepage": "https://github.com/Streetmage/RESTClient",
"license": "MIT",
"authors": "Evgeny Kubrakov",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/Streetmage/RESTClient.git",
"tag": "0.1.3"
},
"source_files": "RESTClient/*.swift",
"requires_arc": true,
"dependencies": {
"Alamofire": [
]
},
"pushed_with_swift_version": "3.0"
}