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