[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / e / 1 / SwiftAnalyticsKitCore / 1.0.0 / SwiftAnalyticsKitCore.podspec.json
blob16d2fa8f528063e0df3ecf1dc1972e79faf70a80
2   "name": "SwiftAnalyticsKitCore",
3   "module_name": "Analytics",
4   "version": "1.0.0",
5   "homepage": "https://github.com/SwiftyLab/SwiftAnalyticsKit",
6   "summary": "A Composable Analytics API for Swift.",
7   "description": "An API pacakage which tries to establish a common analytics API the ecosystem can use.",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "social_media_url": "https://twitter.com/soumya_mahunt",
13   "readme": "https://github.com/SwiftyLab/SwiftAnalyticsKit/blob/main/README.md",
14   "changelog": "https://github.com/SwiftyLab/SwiftAnalyticsKit/blob/main/CHANGELOG.md",
15   "source": {
16     "git": "https://github.com/SwiftyLab/SwiftAnalyticsKit.git",
17     "tag": "v1.0.0"
18   },
19   "authors": {
20     "Soumya Ranjan Mahunt": "soumya.mahunt@gmail.com"
21   },
22   "swift_versions": "5.0",
23   "platforms": {
24     "ios": "8.0",
25     "osx": "10.10",
26     "tvos": "9.0",
27     "watchos": "2.0"
28   },
29   "documentation_url": "https://swiftylab.github.io/SwiftAnalyticsKit/1.0.0/documentation/analytics/",
30   "source_files": [
31     "Sources/Analytics/**/*.swift",
32     "Sources/Analytics/*.docc"
33   ],
34   "preserve_paths": [
35     "Sources/Analytics/**/*",
36     "*.md"
37   ],
38   "swift_version": "5.0"