blob: 14725758817633784f1355f6411f40fc4332f218 [file] [log] [blame]
{
"name": "ELSwift",
"version": "0.1.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": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ELSwift/Classes/**/*",
"dependencies": {
"CocoaAsyncSocket": [
"~> 7.6.1"
]
},
"pushed_with_swift_version": "3.0"
}