blob: 10d62cc410909ec6ce1bbf6a8575559d918fa563 [file] [log] [blame]
{
"name": "ws",
"version": "5.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": "5.0.0"
},
"social_media_url": "https://twitter.com/sachadso",
"platforms": {
"ios": "9.0"
},
"source_files": "ws/*.{h,m,swift}",
"frameworks": "Foundation",
"dependencies": {
"Arrow": [
"~> 5.0.0"
],
"thenPromise": [
"~> 5.0.0"
],
"Alamofire": [
"~> 4.8.2"
]
},
"description": "Elegant JSON WebService for Swift - Stop writing boilerplate JSON webservice code and focus on your awesome App instead",
"swift_versions": [
"2",
"3",
"4",
"4.1",
"4.2",
"5.0"
]
}