2 "name": "StanwoodAnalytics",
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",
13 "stanwood": "ios.frameworks@stanwood.io"
16 "git": "https://github.com/stanwood/Stanwood_Analytics_iOS.git",
22 "static_framework": true,
23 "default_subspecs": "Base",
24 "pod_target_xcconfig": {
25 "OTHER_LDFLAGS": "-ObjC",
26 "FRAMEWORK_SEARCH_PATHS": "$(inherited)"
33 "resources": "StanwoodAnalytics/Assets/StanwoodAnalytics.bundle",
34 "frameworks": "UserNotifications",
38 "source_files": "StanwoodAnalytics/Classes/Core/"
43 "StanwoodAnalytics/Core": [
46 "StanwoodAnalytics/Crashlytics": [
49 "StanwoodAnalytics/Firebase": [
52 "StanwoodAnalytics/TestFairy": [
60 "StanwoodAnalytics/Core": [
63 "Firebase/Analytics": [
67 "source_files": "StanwoodAnalytics/Classes/SubSpecs/Firebase/",
71 "FirebaseCoreDiagnostics"
75 "name": "Crashlytics",
77 "Firebase/Crashlytics": [
80 "Firebase/Analytics": [
83 "StanwoodAnalytics/Core": [
87 "source_files": "StanwoodAnalytics/Classes/SubSpecs/Crashlytics/",
91 "FirebaseCrashlytics",
92 "FirebaseCoreDiagnostics"
98 "vendored_libraries": "Frameworks/libTestFairy.a"
101 "StanwoodAnalytics/Core": [
105 "source_files": "StanwoodAnalytics/Classes/SubSpecs/TestFairy/*.{swift,h,m}",
110 "SystemConfiguration",
120 "StanwoodAnalytics/Core": [
124 "source_files": "StanwoodAnalytics/Classes/SubSpecs/Mixpanel/"
129 "StanwoodAnalytics/Core": [
133 "vendored_libraries": [
134 "StanwoodAnalytics/Frameworks/GoogleAnalytics-3.17.0/Libraries/libGoogleAnalytics.a"
137 "StanwoodAnalytics/Frameworks/GoogleAnalytics-3.17.0/Sources/*.h",
138 "StanwoodAnalytics/Classes/SubSpecs/GoogleAnalytics/"
142 "SystemConfiguration"
150 "swift_version": "5.0"