blob: 1e30a6c2886abdb883322374304633e813031c13 [file] [log] [blame]
{
"name": "BSWFoundation",
"version": "1.4.0",
"summary": "This framework creates the infrastructure that it's used throughout Blurred Software's projects.",
"homepage": "https://github.com/BlurredSoftware/BSWFoundation",
"license": "MIT",
"authors": {
"Pierluigi Cifani": "pcifani@blurredsoftware.com"
},
"social_media_url": "http://twitter.com/piercifani",
"platforms": {
"ios": "9.0",
"osx": "10.11",
"watchos": "2.0",
"tvos": "9.0"
},
"swift_version": "4.1",
"source": {
"git": "https://github.com/BlurredSoftware/BSWFoundation.git",
"tag": "1.4.0"
},
"source_files": "Source/**/*.{swift,m,h}",
"dependencies": {
"Alamofire": [
"~> 4.6.0"
],
"BNRDeferred": [
"3.3.0"
],
"KeychainAccess": [
"~> 3.1.0"
]
}
}