blob: 61d8e4f87f7cc9770d72b29da81641013d94c353 [file] [log] [blame]
{
"name": "CentrifugeiOS",
"version": "5.0.1",
"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": "5.0.1"
},
"social_media_url": "https://twitter.com/saprykinh",
"platforms": {
"ios": "9.3"
},
"source_files": "CentrifugeiOS/Classes/**/*",
"dependencies": {
"IDZSwiftCommonCrypto": [
"~>0.10.0"
],
"Starscream": [
"~>3.0.4"
]
}
}