[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / b / 1 / CentrifugeiOS / 1.0.0 / CentrifugeiOS.podspec.json
blob574d12f0ad7b974c9d0b8ee29cb195d29d55119b
2   "name": "CentrifugeiOS",
3   "version": "1.0.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": "1.0.0"
14   },
15   "social_media_url": "https://twitter.com/saprykinh",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source_files": "CentrifugeiOS/Classes/**/*",
20   "dependencies": {
21     "SwiftWebSocket": [
22       "2.6.4"
23     ],
24     "IDZSwiftCommonCrypto": [
25       "0.8.1"
26     ]
27   }