blob: 6c55fab9060de4a4f4e5ad4c71d7e84576cfc46e [file] [log] [blame]
{
"name": "BSWInterfaceKit",
"version": "1.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": "9.0"
},
"swift_version": "4.1",
"source": {
"git": "https://github.com/TheLeftBit/BSWInterfaceKit.git",
"tag": "1.0.0"
},
"source_files": "Source/**/*.{swift,m,h}",
"resources": "Assets/**/*.{xcassets,storyboard,strings}",
"dependencies": {
"BSWFoundation": [
"~> 2.0"
],
"SDWebImage": [
"~> 4.3.3"
]
}
}