[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 6 / 8 / e / StanwoodAnalytics / 1.2.0 / StanwoodAnalytics.podspec.json
blob5340a25ff78b60cbecf1f62a2a90e6ebd43fab99
2   "name": "StanwoodAnalytics",
3   "version": "1.2.0",
4   "swift_versions": "5.0",
5   "summary": "StanwoodAnalytics encapsulates the frameworks Stanwood uses from various vendors used in analytics and logging.",
6   "description": "A framework to encapsulate analytics and logging frameworks from Crashlytics, Google, and Firebase.",
7   "homepage": "https://github.com/stanwood/Stanwood_Analytics_iOS",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "stanwood": "ios.frameworks@stanwood.io"
14   },
15   "source": {
16     "git": "https://github.com/stanwood/Stanwood_Analytics_iOS.git",
17     "tag": "1.2.0"
18   },
19   "platforms": {
20     "ios": "13.3"
21   },
22   "static_framework": true,
23   "default_subspecs": "Base",
24   "pod_target_xcconfig": {
25     "OTHER_LDFLAGS": "-ObjC",
26     "FRAMEWORK_SEARCH_PATHS": "$(inherited)"
27   },
28   "libraries": [
29     "c++",
30     "sqlite3",
31     "z"
32   ],
33   "resources": "StanwoodAnalytics/Assets/StanwoodAnalytics.bundle",
34   "frameworks": "UserNotifications",
35   "subspecs": [
36     {
37       "name": "Core",
38       "source_files": "StanwoodAnalytics/Classes/Core/"
39     },
40     {
41       "name": "Base",
42       "dependencies": {
43         "StanwoodAnalytics/Core": [
45         ],
46         "StanwoodAnalytics/Crashlytics": [
48         ],
49         "StanwoodAnalytics/Firebase": [
51         ],
52         "StanwoodAnalytics/TestFairy": [
54         ]
55       }
56     },
57     {
58       "name": "Firebase",
59       "dependencies": {
60         "StanwoodAnalytics/Core": [
62         ],
63         "Firebase/Analytics": [
65         ]
66       },
67       "source_files": "StanwoodAnalytics/Classes/SubSpecs/Firebase/",
68       "frameworks": [
69         "FirebaseCore",
70         "FirebaseAnalytics",
71         "FirebaseCoreDiagnostics"
72       ]
73     },
74     {
75       "name": "Crashlytics",
76       "dependencies": {
77         "Firebase/Crashlytics": [
79         ],
80         "Firebase/Analytics": [
82         ],
83         "StanwoodAnalytics/Core": [
85         ]
86       },
87       "source_files": "StanwoodAnalytics/Classes/SubSpecs/Crashlytics/",
88       "frameworks": [
89         "FirebaseCore",
90         "FirebaseAnalytics",
91         "FirebaseCrashlytics",
92         "FirebaseCoreDiagnostics"
93       ]
94     },
95     {
96       "name": "TestFairy",
97       "ios": {
98         "vendored_libraries": "Frameworks/libTestFairy.a"
99       },
100       "dependencies": {
101         "StanwoodAnalytics/Core": [
103         ]
104       },
105       "source_files": "StanwoodAnalytics/Classes/SubSpecs/TestFairy/*.{swift,h,m}",
106       "frameworks": [
107         "CoreMedia",
108         "CoreMotion",
109         "AVFoundation",
110         "SystemConfiguration",
111         "OpenGLES"
112       ]
113     },
114     {
115       "name": "Mixpanel",
116       "dependencies": {
117         "Mixpanel-swift": [
119         ],
120         "StanwoodAnalytics/Core": [
122         ]
123       },
124       "source_files": "StanwoodAnalytics/Classes/SubSpecs/Mixpanel/"
125     },
126     {
127       "name": "Google",
128       "dependencies": {
129         "StanwoodAnalytics/Core": [
131         ]
132       },
133       "vendored_libraries": [
134         "StanwoodAnalytics/Frameworks/GoogleAnalytics-3.17.0/Libraries/libGoogleAnalytics.a"
135       ],
136       "source_files": [
137         "StanwoodAnalytics/Frameworks/GoogleAnalytics-3.17.0/Sources/*.h",
138         "StanwoodAnalytics/Classes/SubSpecs/GoogleAnalytics/"
139       ],
140       "frameworks": [
141         "CoreData",
142         "SystemConfiguration"
143       ],
144       "libraries": [
145         "z",
146         "sqlite3"
147       ]
148     }
149   ],
150   "swift_version": "5.0"