blob: f17b94fddd9ca6f428bd1e50b814b13f99b99247 [file] [log] [blame]
{
"name": "BSWFoundation",
"version": "1.0.1",
"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.0.1"
},
"source_files": "Source/**/*.{swift,m,h}",
"dependencies": {
"Alamofire": [
"~> 4.3.0"
],
"BNRDeferred": [
"3.0.0"
],
"Decodable": [
"~> 0.5"
],
"KeychainAccess": [
"~> 3.0.1"
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0.2"
},
"pushed_with_swift_version": "3.0.1"
}