[Add] WorldfoneproSDK 1.0.0
[CocoaPods.git] / Specs / 9 / b / f / ObjectiveDDP / 0.2.0 / ObjectiveDDP.podspec.json
blob51eb6837763c81bee80e3f07df43dd399802ed6c
2   "name": "ObjectiveDDP",
3   "platforms": {
4     "ios": "7.1",
5     "osx": "10.8"
6   },
7   "version": "0.2.0",
8   "license": "MIT",
9   "summary": "Facilitates communication between iOS clients and meteor.js servers",
10   "homepage": "https://github.com/boundsj/ObjectiveDDP.git",
11   "authors": "Jesse Bounds",
12   "source": {
13     "git": "https://github.com/boundsj/ObjectiveDDP.git",
14     "tag": "v0.2.0"
15   },
16   "source_files": "ObjectiveDDP/*.{h,m,c}",
17   "requires_arc": true,
18   "dependencies": {
19     "SocketRocket": [
20       "0.4.1"
21     ],
22     "M13OrderedDictionary": [
24     ]
25   }