[Add] CaptureSDK 1.9.83
[CocoaPods.git] / Specs / 3 / a / e / quantumgraph / 3.3.0 / quantumgraph.podspec.json
blob98facb2371b3868057314a466ac905fc9cf75da4
2   "name": "quantumgraph",
3   "version": "3.3.0",
4   "summary": "iOS Sdk helps you to analyse user events in your app",
5   "homepage": "https://qgraph.io",
6   "documentation_url": "http://docs.qgraph.io",
7   "license": "MIT",
8   "authors": {
9     "quantumgraph": "vivek@quantumgraph.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/quantumgraph/ios-sdk.git",
16     "tag": "v3.3.0"
17   },
18   "default_subspecs": "ios-sdk",
19   "requires_arc": true,
20   "subspecs": [
21     {
22       "name": "ios-sdk",
23       "libraries": "z",
24       "source_files": "QGSdk.h",
25       "vendored_libraries": "libQGSdk.a",
26       "frameworks": [
27         "AdSupport",
28         "CoreTelephony",
29         "SystemConfiguration",
30         "CoreLocation",
31         "ImageIO",
32         "MobileCoreServices"
33       ]
34     }
35   ]