[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 2 / 7 / 5 / Bully / 0.2.0 / Bully.podspec.json
blobd5b53454a92321a7ef4f88ef3b3a0c24bb6475b1
2   "name": "Bully",
3   "version": "0.2.0",
4   "platforms": {
5     "ios": "5.0"
6   },
7   "summary": "Pusher Objective-C Client.",
8   "homepage": "https://github.com/soffes/bully",
9   "authors": {
10     "Sam Soffes": "sam@samsoff.es"
11   },
12   "source": {
13     "git": "https://github.com/soffes/bully.git",
14     "tag": "0.2.0"
15   },
16   "description": "Simply Objective-C client for Pusher.",
17   "source_files": "Bully/*.{h,m}",
18   "frameworks": "CFNetwork",
19   "requires_arc": true,
20   "license": {
21     "type": "MIT",
22     "file": "LICENSE"
23   },
24   "dependencies": {
25     "SocketRocket": [
27     ],
28     "Reachability": [
30     ]
31   }