blob: 0f7db49010f6f4eb04dea62e1d3af17af3f1d811 [file] [log] [blame]
{
"name": "BSWFoundation",
"version": "0.1.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": "8.0",
"osx": "10.11",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/BlurredSoftware/BSWFoundation.git",
"tag": "0.1.0"
},
"source_files": "Source/**/*.{swift,m,h}",
"dependencies": {
"Alamofire": [
"~> 3.3.1"
],
"BNRDeferred": [
"~> 2.0.0"
],
"Decodable": [
"~> 0.4.2"
]
}
}