[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 3 / a / e / quantumgraph / 3.3.2 / quantumgraph.podspec.json
blobe9a163aa0a255ee1bfbc6a6b83330409e4f69571
2   "name": "quantumgraph",
3   "version": "3.3.2",
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.2"
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   ]