blob: ff2165a5d7d7de4dbf5b46b62939888d9de534e4 [file] [log] [blame]
{
"name": "Blues",
"version": "1.0.3",
"summary": "A type-safe high-level wrapper around Core Bluetooth for iOS.",
"description": "Blues is a type-safe object-oriented high-level wrapper around Core Bluetooth for iOS.",
"homepage": "https://github.com/regexident/Blues",
"license": {
"type": "MPL-2.0",
"file": "LICENSE"
},
"authors": "Vincent Esche",
"social_media_url": "http://twitter.com/regexident",
"platforms": {
"ios": "10.0",
"osx": "10.13",
"watchos": "3.0",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/regexident/Blues.git",
"tag": "1.0.3"
},
"source_files": "Blues/**/*.{h,m,swift}"
}