[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 3 / a / e / quantumgraph / 3.1.0 / quantumgraph.podspec.json
blob4c9e05f8ec6e56bde2b5b0dcf31410e5b99269a2
2   "name": "quantumgraph",
3   "version": "3.1.0",
4   "summary": "iOS Sdk 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": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/quantumgraph/ios-sdk.git",
16     "tag": "v3.1.0"
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         "ImageIO",
31         "MobileCoreServices"
32       ]
33     }
34   ]