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