blob: c8b4a09e6e79d51ddf0ca154533125a078ecba2d [file] [log] [blame]
{
"name": "CentrifugeiOS",
"version": "0.1.0",
"summary": "Swifty iOS client for Centrifuge.",
"description": "iOS client for Centrifuge https://github.com/centrifugal/Centrifuge. It uses SwiftWebSocket and helpers classes to communicate with Centrifuge server.",
"homepage": "https://github.com/centrifugal/centrifuge-ios",
"license": "MIT",
"authors": {
"Herman Saprykin": "saprykin.h@gmail.com"
},
"source": {
"git": "https://github.com/centrifugal/centrifuge-ios.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/saprykinh",
"platforms": {
"ios": "8.0"
},
"source_files": "CentrifugeiOS/Classes/**/*",
"dependencies": {
"SwiftWebSocket": [
"~> 2.6"
],
"IDZSwiftCommonCrypto": [
"~> 0.7"
]
}
}