blob: 10ac549da269e1ce5b031f699624c553b81c5651 [file] [log] [blame]
{
"name": "BluFi",
"version": "1.0.0",
"license": "MIT",
"summary": "The ESP32 BluFi Library for iOS",
"homepage": "https://github.com/tuanpmt/BluFi.git",
"social_media_url": "https://twitter.com/tuanpmt",
"authors": {
"Tuan": "tuanpm@live.com"
},
"source": {
"git": "https://github.com/tuanpmt/BluFi.git",
"tag": "1.0.0"
},
"screenshots": "",
"platforms": {
"ios": "8.0",
"osx": "10.11",
"watchos": "2.0",
"tvos": "9.0"
},
"ios": {
"frameworks": "Foundation"
},
"dependencies": {
"AwaitKit": [
"~> 5.0.0"
],
"BigInt": [
"~> 3.1"
],
"CryptoSwift": [
"0.11.0"
]
},
"source_files": "Sources/**/*.swift",
"requires_arc": true
}