[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 0 / b / f / LinkyAPI / 1.0.0 / LinkyAPI.podspec.json
blob7e26027d8b54075290b7c03b5e07db3842f57c6c
2   "name": "LinkyAPI",
3   "version": "1.0.0",
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.0"
18   },
19   "social_media_url": "https://twitter.com/k_angama",
20   "platforms": {
21     "ios": "16.4"
22   },
23   "source_files": "LinkyAPI/**/*.{swift}",
24   "exclude_files": "LinkyAPI/LinkyAPITests/**/*.{swift}",
25   "frameworks": "UIKit",
26   "swift_version": "5.0"