[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / f / 9 / 3 / JtlyAnalyticsSDK / 1.5.1 / JtlyAnalyticsSDK.podspec.json
blob817901aef49d137230aca393817627ba9ce21978
2   "name": "JtlyAnalyticsSDK",
3   "version": "1.5.1",
4   "summary": "A short description of JtlyAnalyticsSDK.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/WakeyWoo/JtlyAnalyticsSDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "WakeyWoo": "hjw728uow@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/WakeyWoo/JtlyAnalyticsSDK.git",
16     "tag": "1.5.1"
17   },
18   "libraries": "sqlite3",
19   "requires_arc": true,
20   "platforms": {
21     "ios": "9.0"
22   },
23   "pod_target_xcconfig": {
24     "VALID_ARCHS": "arm64"
25   },
26   "subspecs": [
27     {
28       "name": "JtlyAnalyticsSDK",
29       "platforms": {
30         "ios": "9.0"
31       },
32       "vendored_frameworks": "JtlyAnalyticsSDK/Frameworks/JtlyAnalyticsKit.xcframework",
33       "ios": {
34         "pod_target_xcconfig": {
35           "OTHER_LDFLAGS": "-ObjC"
36         }
37       }
38     },
39     {
40       "name": "ThinkingSDK",
41       "platforms": {
42         "ios": "9.0"
43       },
44       "vendored_frameworks": [
45         "JtlyAnalyticsSDK/Frameworks/ThinkingSDK/ThinkingDataCore.xcframework",
46         "JtlyAnalyticsSDK/Frameworks/ThinkingSDK/ThinkingSDK.xcframework"
47       ],
48       "ios": {
49         "pod_target_xcconfig": {
50           "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
51         }
52       },
53       "user_target_xcconfig": {
54         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
55       }
56     }
57   ]