blob: 51eb6837763c81bee80e3f07df43dd399802ed6c [file] [log] [blame]
{
"name": "ObjectiveDDP",
"platforms": {
"ios": "7.1",
"osx": "10.8"
},
"version": "0.2.0",
"license": "MIT",
"summary": "Facilitates communication between iOS clients and meteor.js servers",
"homepage": "https://github.com/boundsj/ObjectiveDDP.git",
"authors": "Jesse Bounds",
"source": {
"git": "https://github.com/boundsj/ObjectiveDDP.git",
"tag": "v0.2.0"
},
"source_files": "ObjectiveDDP/*.{h,m,c}",
"requires_arc": true,
"dependencies": {
"SocketRocket": [
"0.4.1"
],
"M13OrderedDictionary": [
]
}
}