blob: e515575b9ac2bed6a136eb63ed6e2a0dbbfe17a8 [file] [log] [blame]
{
"name": "quantumgraph",
"version": "1.8.1",
"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.8.1"
},
"default_subspecs": "ios-sdk",
"requires_arc": true,
"subspecs": [
{
"name": "ios-sdk",
"source_files": "QGSdk.h",
"vendored_libraries": "libQGSdk.a"
}
]
}