[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 0 / b / f / LinkyAPI / 1.0.4 / LinkyAPI.podspec.json
blobe0e63c6e8c02e008ef92267b3fd4d767670637e6
2   "name": "LinkyAPI",
3   "version": "1.0.4",
4   "swift_versions": "5.0",
5   "summary": "API for Linky smart meters.",
6   "description": "The LinkyAPI Swift Library is a Swift package that provides a convenient way to access Linky's electricity consumption and production data through Enedis API. This library simplifies the process of obtaining user authorization, fetching consumption data.",
7   "homepage": "https://github.com/k-angama/iOS-LinkyAPI",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "kangama": "karim.angama@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/k-angama/iOS-LinkyAPI.git",
17     "tag": "1.0.4"
18   },
19   "social_media_url": "https://twitter.com/k_angama",
20   "platforms": {
21     "ios": "16.4"
22   },
23   "source_files": "Sources/LinkyAPI/**/*.{swift}",
24   "exclude_files": "Tests/LinkyAPITests/**/*.{swift}",
25   "frameworks": "UIKit",
26   "swift_version": "5.0"