blob: ee3585e2e315e80162129dea3b04d5272a282cd8 [file] [log] [blame]
{
"name": "BSWFoundation",
"version": "1.3.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"
},
"source": {
"git": "https://github.com/BlurredSoftware/BSWFoundation.git",
"tag": "1.3.0"
},
"source_files": "Source/**/*.{swift,m,h}",
"dependencies": {
"Alamofire": [
"~> 4.5.1"
],
"BNRDeferred": [
"3.1.2"
],
"KeychainAccess": [
"~> 3.1.0"
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"pushed_with_swift_version": "4.0.0"
}