blob: 93caca4e5ee878e3ac03fb5e3e955f933f124dde [file] [log] [blame]
{
"name": "quantumgraph",
"version": "3.2.1",
"summary": "iOS Sdk helps you to analyse user events in your app",
"homepage": "https://qgraph.io",
"documentation_url": "http://docs.qgraph.io",
"license": "MIT",
"authors": {
"quantumgraph": "vivek@quantumgraph.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/quantumgraph/ios-sdk.git",
"tag": "v3.2.1"
},
"default_subspecs": "ios-sdk",
"requires_arc": true,
"subspecs": [
{
"name": "ios-sdk",
"source_files": "QGSdk.h",
"vendored_libraries": "libQGSdk.a",
"frameworks": [
"AdSupport",
"CoreTelephony",
"SystemConfiguration",
"CoreLocation",
"ImageIO",
"MobileCoreServices"
]
}
]
}