blob: 6f4360a469e1b768cbd29d6e2f329e6213d529db [file] [log] [blame]
{
"name": "BMBootstrap",
"version": "0.0.9",
"swift_version": "4.1",
"summary": "BMBootstrap was created to include useful extensions on new projects.",
"description": "In a few words this pod was created to save time when starting of a new project (and there comes the bootstrap part of the name). In many iOS apps, I've been using lots of similar approaches for simple issues such as UIColor/UIFont extensions and I believe it can not just be reused somehow by me in the next projects but also shared with the community.",
"homepage": "https://github.com/brunomunizaf/BMBootstrap",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bruno Muniz": "bf2002@gmail.com"
},
"source": {
"git": "https://github.com/brunomunizaf/BMBootstrap.git",
"tag": "0.0.9"
},
"social_media_url": "https://twitter.com/brunomuniz_af",
"platforms": {
"ios": "10.0"
},
"source_files": "BMBootstrap/Classes/**/*"
}