[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 6 / 8 / e / StanwoodAnalytics / 1.1.10 / StanwoodAnalytics.podspec.json
blob1df699d4db1994e2257bb629d6c7b40f7b623e57
2   "name": "StanwoodAnalytics",
3   "version": "1.1.10",
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 Fabric, Crashlytics, Google, Firebase and BugFender.",
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.1.10"
18   },
19   "platforms": {
20     "ios": "10.0"
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/Fabric": [
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         "FirebaseInstanceID",
71         "FirebaseAnalytics",
72         "FirebaseCoreDiagnostics"
73       ]
74     },
75     {
76       "name": "Fabric",
77       "dependencies": {
78         "StanwoodAnalytics/Core": [
80         ]
81       },
82       "source_files": "StanwoodAnalytics/Classes/SubSpecs/Fabric/",
83       "ios": {
84         "vendored_frameworks": [
85           "Frameworks/Crashlytics.framework",
86           "Frameworks/Fabric.framework"
87         ]
88       }
89     },
90     {
91       "name": "BugFender",
92       "dependencies": {
93         "BugfenderSDK": [
94           "1.5"
95         ],
96         "StanwoodAnalytics/Core": [
98         ]
99       },
100       "source_files": "StanwoodAnalytics/Classes/SubSpecs/BugFender/"
101     },
102     {
103       "name": "TestFairy",
104       "ios": {
105         "vendored_libraries": "Frameworks/libTestFairy.a"
106       },
107       "dependencies": {
108         "StanwoodAnalytics/Core": [
110         ]
111       },
112       "source_files": "StanwoodAnalytics/Classes/SubSpecs/TestFairy/*.{swift,h,m}",
113       "frameworks": [
114         "CoreMedia",
115         "CoreMotion",
116         "AVFoundation",
117         "SystemConfiguration",
118         "OpenGLES"
119       ]
120     },
121     {
122       "name": "Mixpanel",
123       "dependencies": {
124         "Mixpanel-swift": [
126         ],
127         "StanwoodAnalytics/Core": [
129         ]
130       },
131       "source_files": "StanwoodAnalytics/Classes/SubSpecs/Mixpanel/"
132     },
133     {
134       "name": "Google",
135       "dependencies": {
136         "StanwoodAnalytics/Core": [
138         ]
139       },
140       "vendored_libraries": [
141         "StanwoodAnalytics/Frameworks/GoogleAnalytics-3.17.0/Libraries/libGoogleAnalytics.a"
142       ],
143       "source_files": [
144         "StanwoodAnalytics/Frameworks/GoogleAnalytics-3.17.0/Sources/*.h",
145         "StanwoodAnalytics/Classes/SubSpecs/GoogleAnalytics/"
146       ],
147       "frameworks": [
148         "CoreData",
149         "SystemConfiguration"
150       ],
151       "libraries": [
152         "z",
153         "sqlite3"
154       ]
155     }
156   ],
157   "swift_version": "5.0"