[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / 8 / 5 / e / ELSwift / 1.0.0 / ELSwift.podspec.json
blobf3c96d3fe2da1241e82465a3ce89505166754248
2   "name": "ELSwift",
3   "version": "1.0.0",
4   "summary": "ELSwift carries out the ECHONET Lite protocol.",
5   "description": "ELSwift supports the ECHONET Lite protocol.\nThe protocol is for connecting and controlling home appliances.\nThis library is for iOS.",
6   "homepage": "https://github.com/Hiroshi-Sugimura/ELSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Hiroshi-Sugimura": "hiroshi.sugimura@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Hiroshi-Sugimura/ELSwift.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "pod_target_xcconfig": {
22     "SWIFT_VERSION": "4.0"
23   },
24   "xcconfig": {
25     "SWIFT_VERSION": "4.0"
26   },
27   "source_files": "ELSwift/Classes/**/*",
28   "dependencies": {
29     "CocoaAsyncSocket": [
30       "~> 7.6.1"
31     ]
32   },
33   "pushed_with_swift_version": "4"