blob: 45b3049d3431c3694994dd51c56f2bb9997c3a67 [file] [log] [blame]
{
"name": "ObjectiveDDP",
"platforms": {
"ios": "7.0"
},
"version": "0.1.5",
"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.1.5"
},
"source_files": "ObjectiveDDP/*.{h,m,c}",
"requires_arc": true,
"dependencies": {
"SocketRocket": [
"0.3.1-beta2"
]
}
}