blob: 26dfc0106dee44f0ae0b964493915c8e2e83b4e8 [file] [log] [blame]
{
"name": "BSWFoundation",
"version": "0.2.2",
"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"
},
"source": {
"git": "https://github.com/BlurredSoftware/BSWFoundation.git",
"tag": "0.2.2"
},
"source_files": "Source/**/*.{swift,m,h}",
"dependencies": {
"Alamofire": [
"~> 4.0.1"
],
"BNRDeferred": [
"3.0.0-beta.2"
],
"Decodable": [
"~> 0.5"
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"pushed_with_swift_version": "3.0"
}