[Add] MoneyHashPayment 2.2.13
[CocoaPods.git] / Specs / e / b / 1 / CentrifugeiOS / 3.0.0 / CentrifugeiOS.podspec.json
blobc0478bae30adf8d5214a6f6702dcfd6c4832faba
2   "name": "CentrifugeiOS",
3   "version": "3.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": "3.0.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"