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