[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 6 / 8 / e / StanwoodAnalytics / 1.0.7 / StanwoodAnalytics.podspec.json
blobe56e0fb1ca27ef02740dcecf4446d6f99e7e5e10
2   "name": "StanwoodAnalytics",
3   "version": "1.0.7",
4   "summary": "StanwoodAnalytics encapsulates the frameworks Stanwood uses from various vendors used in analytics and logging.",
5   "description": "A framework to encapsulate analytics and logging frameworks from Fabric, Crashlytics, Google, Firebase and BugFender.",
6   "homepage": "https://github.com/stanwood/Stanwood_Analytics_iOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "stanwood": "ios.frameworks@stanwood.io"
13   },
14   "source": {
15     "git": "https://github.com/stanwood/Stanwood_Analytics_iOS.git",
16     "tag": "1.0.7"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "static_framework": true,
22   "default_subspecs": "Base",
23   "pod_target_xcconfig": {
24     "OTHER_LDFLAGS": "-ObjC",
25     "FRAMEWORK_SEARCH_PATHS": "$(inherited)"
26   },
27   "libraries": [
28     "c++",
29     "sqlite3",
30     "z"
31   ],
32   "resources": "StanwoodAnalytics/Assets/StanwoodAnalytics.bundle",
33   "frameworks": "UserNotifications",
34   "subspecs": [
35     {
36       "name": "Core",
37       "source_files": "StanwoodAnalytics/Classes/Core/"
38     },
39     {
40       "name": "Base",
41       "dependencies": {
42         "StanwoodAnalytics/Core": [
44         ],
45         "StanwoodAnalytics/Fabric": [
47         ],
48         "StanwoodAnalytics/Firebase": [
50         ],
51         "StanwoodAnalytics/TestFairy": [
53         ]
54       }
55     },
56     {
57       "name": "Firebase",
58       "dependencies": {
59         "StanwoodAnalytics/Core": [
61         ],
62         "Firebase/Analytics": [
64         ]
65       },
66       "source_files": "StanwoodAnalytics/Classes/SubSpecs/Firebase/",
67       "frameworks": [
68         "FirebaseCore",
69         "FirebaseInstanceID",
70         "FirebaseAnalytics",
71         "FirebaseCoreDiagnostics",
72         "FirebaseNanoPB"
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   ]