[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 1 / 2 / 5 / TealiumCrashModule / 2.1.0 / TealiumCrashModule.podspec.json
blob7c1887aa81541231ea48381e6c65ce083b5a2bbe
2   "name": "TealiumCrashModule",
3   "module_name": "TealiumCrashModule",
4   "version": "2.1.0",
5   "summary": "Crash module for Tealium Swift v2.0.0+",
6   "description": "Crash module for Tealium Swift v2.0.0+",
7   "homepage": "https://github.com/Tealium/tealium-swift-crash-reporter",
8   "license": {
9     "type": "Commercial",
10     "file": "LICENSE.txt"
11   },
12   "authors": {
13     "Tealium Inc.": "tealium@tealium.com",
14     "craigrouse": "craig.rouse@tealium.com"
15   },
16   "social_media_url": "https://twitter.com/tealium",
17   "swift_versions": "5.0",
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source": {
22     "git": "https://github.com/Tealium/tealium-swift-crash-reporter",
23     "tag": "2.1.0"
24   },
25   "default_subspecs": "Crash",
26   "pod_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
28   },
29   "user_target_xcconfig": {
30     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
31   },
32   "subspecs": [
33     {
34       "name": "Crash",
35       "ios": {
36         "source_files": "TealiumCrashModule/TealiumCrashModule/*.{swift}",
37         "dependencies": {
38           "tealium-swift/Core": [
40           ],
41           "TealiumCrashReporter": [
43           ]
44         }
45       }
46     }
47   ],
48   "swift_version": "5.0"