[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 9 / b / f / ObjectiveDDP / 0.1.6 / ObjectiveDDP.podspec.json
blob0ab433fa7837f8af16d6ef8f31effeeea6b3c853
2   "name": "ObjectiveDDP",
3   "platforms": {
4     "ios": "7.0"
5   },
6   "version": "0.1.6",
7   "license": "MIT",
8   "summary": "Facilitates communication between iOS clients and meteor.js servers",
9   "homepage": "https://github.com/boundsj/ObjectiveDDP.git",
10   "authors": "Jesse Bounds",
11   "source": {
12     "git": "https://github.com/boundsj/ObjectiveDDP.git",
13     "tag": "v0.1.6"
14   },
15   "source_files": "ObjectiveDDP/*.{h,m,c}",
16   "requires_arc": true,
17   "dependencies": {
18     "SocketRocket": [
19       "0.3.1-beta2"
20     ]
21   }