[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 7 / 5 / Bully / 0.2.2 / Bully.podspec.json
blob9d9e7251c07fec3c5d041ec0bee3fa7463d96f56
2   "name": "Bully",
3   "version": "0.2.2",
4   "summary": "A simple Pusher Objective-C client.",
5   "description": "A super simple Objective-C client for Pusher.",
6   "homepage": "https://github.com/soffes/bully",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sam Soffes": "sam@soff.es"
13   },
14   "source": {
15     "git": "https://github.com/soffes/bully.git",
16     "tag": "v0.2.2"
17   },
18   "platforms": {
19     "ios": "5.0",
20     "osx": "10.7"
21   },
22   "source_files": "Bully/*.{h,m}",
23   "frameworks": "CFNetwork",
24   "requires_arc": true,
25   "dependencies": {
26     "SocketRocket": [
28     ],
29     "Reachability": [
31     ]
32   }