blob: 8a0a79e9b1d8b3b2b91c28a07bb1eff5c65c4450 [file] [log] [blame]
{
"name": "TaleWs",
"version": "5.0.3",
"summary": "Elegant JSON WebService for Swift ☁️",
"homepage": "https://github.com/taledog/ws",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "arden",
"source": {
"git": "https://github.com/taledog/ws.git",
"tag": "5.0.3"
},
"social_media_url": "https://weibo.com/arden",
"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",
"module_name": "ws"
}