blob: 4d445ec46bab0623901238e20b286d25995c9da8 [file] [log] [blame]
{
"name": "BSWFoundation",
"version": "2.0.0",
"summary": "This framework creates the infrastructure that it's used throughout TheLeftBit's projects.",
"homepage": "https://github.com/TheLeftBit/BSWFoundation",
"license": "MIT",
"authors": {
"Pierluigi Cifani": "pcifani@theleftbit.com"
},
"platforms": {
"ios": "9.0",
"osx": "10.11",
"watchos": "2.0",
"tvos": "9.0"
},
"swift_version": "4.1",
"source": {
"git": "https://github.com/TheLeftBit/BSWFoundation.git",
"tag": "2.0.0"
},
"source_files": "Source/**/*.{swift,m,h}",
"dependencies": {
"BNRDeferred": [
"3.3.0"
],
"KeychainAccess": [
"~> 3.1.0"
]
}
}