[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 7 / e / PusherSwift / 0.1.0 / PusherSwift.podspec.json
blob17e4fb41a70a3a5bffb56ea404ef36cc449b7184
2   "name": "PusherSwift",
3   "version": "0.1.0",
4   "summary": "A Pusher client library in Swift",
5   "homepage": "https://github.com/pusher/pusher-websocket-swift",
6   "license": "MIT",
7   "authors": {
8     "Hamilton Chapman": "hamchapman@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/pusher/pusher-websocket-swift.git",
12     "tag": "0.1.0"
13   },
14   "social_media_url": "https://twitter.com/pusher",
15   "requires_arc": true,
16   "source_files": "Source/*.swift",
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.9"
20   },
21   "dependencies": {
22     "Starscream": [
23       "~> 0.9.1"
24     ],
25     "CryptoSwift": [
26       "~> 0.0.10"
27     ],
28     "ReachabilitySwift": [
30     ]
31   }