blob: 57e8ef5c5d77396a6136d168197bae567738e41c [file] [log] [blame]
{
"name": "BSWFoundation",
"version": "2.2.1",
"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.2",
"module_name": "BSWFoundation",
"source": {
"git": "https://github.com/TheLeftBit/BSWFoundation.git",
"tag": "2.2.1"
},
"source_files": "Source/**/*.{swift,m,h}",
"dependencies": {
"BNRDeferred": [
"3.3.2"
],
"KeychainAccess": [
"~> 3.1.0"
]
}
}