blob: 0f06b0aded8f759d1cb91f8cedb3af8fdd2165cb [file] [log] [blame]
{
"name": "ObjectiveDDP",
"platforms": {
"ios": "7.1"
},
"version": "0.1.8",
"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.8"
},
"source_files": "ObjectiveDDP/*.{h,m,c}",
"requires_arc": true,
"dependencies": {
"SocketRocket": [
"0.3.1-beta2"
],
"M13OrderedDictionary": [
]
}
}