[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / 7 / e / PusherSwift / 0.1.3 / PusherSwift.podspec.json
blobe014038268d887cef9eb961d187f7fdee09bd453
2   "name": "PusherSwift",
3   "version": "0.1.3",
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.3"
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       "~> 1.0.2"
24     ],
25     "CryptoSwift": [
26       "~> 0.1.1"
27     ],
28     "ReachabilitySwift": [
29       "~> 2.3"
30     ]
31   }