[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / d / 9 / 6 / LHypothesis / 1.1.1 / LHypothesis.podspec.json
blob284f5f5c421fc8e71a4a4eda03b217404987c552
2   "name": "LHypothesis",
3   "version": "1.1.1",
4   "summary": "Analytics abstraction layer for Swift.",
5   "homepage": "https://github.com/lgilyazov/LHypothesis",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Lenar Gilyazov": "l.gilyazov@ya.ru"
12   },
13   "source": {
14     "git": "https://github.com/lgilyazov/LHypothesis.git",
15     "tag": "1.1.1"
16   },
17   "social_media_url": "https://twitter.com/lenar_gilyazov",
18   "swift_versions": "5.0",
19   "static_framework": true,
20   "platforms": {
21     "ios": "11.0",
22     "tvos": "12.0",
23     "osx": "10.15"
24   },
25   "default_subspecs": "Core",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "LHypothesis/Classes/Core/*.swift",
30       "frameworks": "Foundation"
31     },
32     {
33       "name": "Firebase",
34       "source_files": "LHypothesis/Classes/Providers/FirebaseProvider.swift",
35       "dependencies": {
36         "LHypothesis/Core": [
38         ],
39         "Firebase/Analytics": [
41         ]
42       }
43     },
44     {
45       "name": "AppsFlyer",
46       "source_files": "LHypothesis/Classes/Providers/AppsFlyerProvider.swift",
47       "dependencies": {
48         "LHypothesis/Core": [
50         ],
51         "AppsFlyerFramework": [
53         ]
54       }
55     }
56   ],
57   "swift_version": "5.0"