blob: 540e76f1c058f9248081b1a99e71c6636b7761fb [file] [log] [blame]
{
"name": "RESTClient-iOS",
"version": "0.1.4",
"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.4"
},
"source_files": "RESTClient/*.swift",
"requires_arc": true,
"dependencies": {
"Alamofire": [
]
},
"pushed_with_swift_version": "3.0"
}