blob: f408128d32835156534d50cc81fe4a2a40a9ea43 [file] [log] [blame]
{
"name": "ws",
"version": "3.0.0",
"summary": "Elegant JSON WebService for Swift ☁️",
"homepage": "https://github.com/freshOS/ws",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "S4cha",
"source": {
"git": "https://github.com/freshOS/ws.git",
"tag": "3.0.0"
},
"social_media_url": "https://twitter.com/sachadso",
"platforms": {
"ios": "9.0"
},
"source_files": "ws/*.{h,m,swift}",
"frameworks": "Foundation",
"dependencies": {
"Arrow": [
"~> 3.0.5"
],
"thenPromise": [
"~> 3.0.0"
],
"Alamofire": [
"~> 4.5.1"
]
},
"description": "Elegant JSON WebService for Swift - Stop writing boilerplate JSON webservice code and focus on your awesome App instead",
"pushed_with_swift_version": "4.0"
}