blob: ccb93f74f1750345e4fb84dc7ffad10ac5acacef [file] [log] [blame]
{
"name": "quantumgraph",
"version": "1.6.6",
"summary": "iOSSdk helps you to analyse user events in your app",
"homepage": "http://docs.qgraph.io",
"license": "MIT",
"authors": {
"quantumgraph": "vivek@quantumgraph.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/quantumgraph/ios-sdk.git",
"tag": "v1.6.6"
},
"default_subspecs": "ios-sdk",
"requires_arc": true,
"subspecs": [
{
"name": "ios-sdk",
"source_files": "QGSdk.h",
"vendored_libraries": "libQGSdk.a"
}
]
}