[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / b / 1 / CentrifugeiOS / 3.1.0 / CentrifugeiOS.podspec.json
blob074088bcd0623b987706d72ecdb9ff1baf1516bf
2   "name": "CentrifugeiOS",
3   "version": "3.1.0",
4   "summary": "Swifty iOS client for Centrifuge.",
5   "description": "iOS client for Centrifuge https://github.com/centrifugal/Centrifuge. It uses SwiftWebSocket and helpers classes to communicate with Centrifuge server.",
6   "homepage": "https://github.com/centrifugal/centrifuge-ios",
7   "license": "MIT",
8   "authors": {
9     "German Saprykin": "saprykin.h@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/centrifugal/centrifuge-ios.git",
13     "tag": "3.1.0"
14   },
15   "social_media_url": "https://twitter.com/saprykinh",
16   "platforms": {
17     "ios": "9.3"
18   },
19   "source_files": "CentrifugeiOS/Classes/**/*",
20   "dependencies": {
21     "SwiftWebSocket": [
22       "~>2.6.0"
23     ],
24     "IDZSwiftCommonCrypto": [
25       "~>0.9.0"
26     ]
27   },
28   "pushed_with_swift_version": "3.0"