blob: a910f511823b50e6c983acbe4c1230adb8760484 [file] [log] [blame]
{
"name": "Syncs",
"version": "1.0.2",
"summary": "A Real-Time web framework, swift library",
"description": "Gloup.io works as a middleware to enables real-time, bi-directional communication between web clients and web servers.\n* Gloup.io provides four abstraction layer over its real-time functionality for developers.",
"homepage": "https://github.com/manp/syncs-swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"manp": "mostafa.alinaghipour@gmail.com"
},
"source": {
"git": "https://github.com/manp/syncs-swift.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"Syncs/Classes/**/*",
"Syncs/Classes/**/*.swift"
],
"dependencies": {
"SwiftWebSocket": [
],
"SwiftyJSON": [
]
},
"pushed_with_swift_version": "3.0"
}