[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 3 / a / e / quantumgraph / 2.0.1 / quantumgraph.podspec.json
blob8414a33983c8c28725178aeb1f49fc427add6b45
2   "name": "quantumgraph",
3   "version": "2.0.1",
4   "summary": "iOSSdk helps you to analyse user events in your app",
5   "homepage": "http://qgraph.io",
6   "documentation_url": "http://docs.qgraph.io",
7   "license": "MIT",
8   "authors": {
9     "quantumgraph": "vivek@quantumgraph.com"
10   },
11   "platforms": {
12     "ios": "6.0"
13   },
14   "source": {
15     "git": "https://github.com/quantumgraph/ios-sdk.git",
16     "tag": "v2.0.1"
17   },
18   "default_subspecs": "ios-sdk",
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "ios-sdk",
23       "source_files": "QGSdk.h",
24       "vendored_libraries": "libQGSdk.a",
25       "frameworks": [
26         "AdSupport",
27         "CoreTelephony",
28         "SystemConfiguration",
29         "CoreLocation"
30       ]
31     }
32   ]