blob: 3b60b39d98c022311dfba4d5655ed4631bc26b02 [file] [log] [blame]
{
"name": "BSWInterfaceKit",
"version": "2.0.0",
"summary": "A short description of BSWInterfaceKit.",
"homepage": "https://github.com/TheLeftBit/BSWInterfaceKit",
"license": "MIT",
"authors": {
"Pierluigi Cifani": "pcifani@theleftbit.com"
},
"social_media_url": "http://twitter.com/piercifani",
"platforms": {
"ios": "11.0"
},
"swift_version": "5.0",
"source": {
"git": "https://github.com/TheLeftBit/BSWInterfaceKit.git",
"tag": "2.0.0"
},
"source_files": "Source/**/*.{swift,m,h}",
"resource_bundles": {
"BSWInterfaceKit": "Assets/**/*.{xcassets,storyboard,strings}"
},
"dependencies": {
"BSWFoundation": [
"~> 2.3.0"
],
"Nuke": [
"~> 7.6"
]
}
}