blob: f3c96d3fe2da1241e82465a3ce89505166754248 [file] [log] [blame]
{
"name": "ELSwift",
"version": "1.0.0",
"summary": "ELSwift carries out the ECHONET Lite protocol.",
"description": "ELSwift supports the ECHONET Lite protocol.\nThe protocol is for connecting and controlling home appliances.\nThis library is for iOS.",
"homepage": "https://github.com/Hiroshi-Sugimura/ELSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hiroshi-Sugimura": "hiroshi.sugimura@gmail.com"
},
"source": {
"git": "https://github.com/Hiroshi-Sugimura/ELSwift.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"xcconfig": {
"SWIFT_VERSION": "4.0"
},
"source_files": "ELSwift/Classes/**/*",
"dependencies": {
"CocoaAsyncSocket": [
"~> 7.6.1"
]
},
"pushed_with_swift_version": "4"
}