blob: 0e50c1b62dc39ea9c1e5d7852dbcc5d5d928afa0 [file] [log] [blame]
{
"name": "ws",
"version": "5.1.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.1.0"
},
"social_media_url": "https://twitter.com/sachadso",
"platforms": {
"ios": "9.0"
},
"source_files": "ws/*.{h,m,swift}",
"frameworks": "Foundation",
"dependencies": {
"Arrow": [
"~> 5.1.0"
],
"thenPromise": [
"~> 5.1.0"
],
"Alamofire": [
"~> 4.9.0"
]
},
"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",
"5.1"
],
"swift_version": "5.1"
}