[Add] zy_banbif_bio_lib_ios 1.2.2
[CocoaPods.git] / Specs / 8 / 4 / f / SwiftAnalyticsKit / 1.0.0 / SwiftAnalyticsKit.podspec.json
blobf95e983a23b2b9d377cbc53050b0c61ce9a0de5e
2   "name": "SwiftAnalyticsKit",
3   "version": "1.0.0",
4   "homepage": "https://github.com/SwiftyLab/SwiftAnalyticsKit",
5   "summary": "A Composable Analytics API for Swift.",
6   "description": "An API pacakage which tries to establish a common analytics API the ecosystem can use.",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "social_media_url": "https://twitter.com/soumya_mahunt",
12   "readme": "https://github.com/SwiftyLab/SwiftAnalyticsKit/blob/main/README.md",
13   "changelog": "https://github.com/SwiftyLab/SwiftAnalyticsKit/blob/main/CHANGELOG.md",
14   "source": {
15     "git": "https://github.com/SwiftyLab/SwiftAnalyticsKit.git",
16     "tag": "v1.0.0"
17   },
18   "authors": {
19     "Soumya Ranjan Mahunt": "soumya.mahunt@gmail.com"
20   },
21   "swift_versions": "5.0",
22   "platforms": {
23     "ios": "8.0",
24     "osx": "10.10",
25     "tvos": "9.0",
26     "watchos": "2.0"
27   },
28   "documentation_url": "https://swiftylab.github.io/SwiftAnalyticsKit/1.0.0/documentation/analytics/",
29   "default_subspecs": "Core",
30   "testspecs": [
31     {
32       "name": "Tests",
33       "test_type": "unit",
34       "source_files": "Tests/AnalyticsTests/**/*.swift",
35       "dependencies": {
36         "SwiftAnalyticsKit/Core": [
38         ],
39         "SwiftAnalyticsKit/Mock": [
41         ]
42       }
43     }
44   ],
45   "subspecs": [
46     {
47       "name": "Core",
48       "dependencies": {
49         "SwiftAnalyticsKitCore": [
50           "= 1.0.0"
51         ]
52       }
53     },
54     {
55       "name": "Mock",
56       "dependencies": {
57         "SwiftAnalyticsKitMock": [
58           "= 1.0.0"
59         ]
60       }
61     }
62   ],
63   "swift_version": "5.0"