blob: a6fb7b4d80c9702f255ca17d0b93665481007012 [file] [log] [blame]
{
"name": "ws",
"version": "5.1.1",
"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.1"
},
"social_media_url": "https://twitter.com/sachadso",
"platforms": {
"ios": "9.0"
},
"source_files": "ws/*.{h,m,swift}",
"frameworks": "Foundation",
"dependencies": {
"Arrow": [
"~> 5.1.1"
],
"thenPromise": [
"~> 5.1.2"
],
"Alamofire": [
"~> 4.9.1"
]
},
"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",
"5.1.3"
],
"swift_version": "5.1.3"
}