[Add] TMNavigation 0.0.950
[CocoaPods.git] / Specs / c / 4 / 1 / AnalyticsConnector / 1.0.0 / AnalyticsConnector.podspec.json
blob8c8ab3a8c3de6a2932e5ab2da25e281b76da347d
2   "name": "AnalyticsConnector",
3   "version": "1.0.0",
4   "summary": "Connector library for seamless integration between Amplitude Analytics and Experiment SDKs",
5   "license": {
6     "type": "MIT"
7   },
8   "authors": {
9     "Amplitude": "experiment@amplitude.com"
10   },
11   "homepage": "https://amplitude.com",
12   "source": {
13     "git": "https://github.com/amplitude/analytics-connector-ios.git",
14     "tag": "v1.0.0"
15   },
16   "swift_versions": "5.0",
17   "platforms": {
18     "ios": "10.0",
19     "osx": "10.10",
20     "tvos": "9.0",
21     "watchos": "3.0"
22   },
23   "ios": {
24     "source_files": "Sources/AnalyticsConnector/**/*.{h,swift}"
25   },
26   "osx": {
27     "source_files": "sources/AnalyticsConnector/**/*.{h,swift}"
28   },
29   "tvos": {
30     "source_files": "sources/AnalyticsConnector/**/*.{h,swift}"
31   },
32   "watchos": {
33     "source_files": "sources/AnalyticsConnector/**/*.{h,swift}"
34   },
35   "pod_target_xcconfig": {
36     "DEFINES_MODULE": "YES"
37   },
38   "swift_version": "5.0"