blob: 074088bcd0623b987706d72ecdb9ff1baf1516bf [file] [log] [blame]
{
"name": "CentrifugeiOS",
"version": "3.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": {
"German Saprykin": "saprykin.h@gmail.com"
},
"source": {
"git": "https://github.com/centrifugal/centrifuge-ios.git",
"tag": "3.1.0"
},
"social_media_url": "https://twitter.com/saprykinh",
"platforms": {
"ios": "9.3"
},
"source_files": "CentrifugeiOS/Classes/**/*",
"dependencies": {
"SwiftWebSocket": [
"~>2.6.0"
],
"IDZSwiftCommonCrypto": [
"~>0.9.0"
]
},
"pushed_with_swift_version": "3.0"
}