blob: c7f834dbf1d9cc9cd1b1aabb6e5c3f4418454bdc [file] [log] [blame]
{
"name": "WybroStarter",
"version": "1.0.2",
"summary": "A collection of helpful Swift extensions for new projects",
"description": "WybroStarter is a collection of Swift extensions that reduce boilerplate code in new iOS projects.",
"homepage": "https://wybro.com",
"license": "MIT",
"authors": {
"Connor": "connor@wybro.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/Wybro/WybroStarter.git",
"tag": "1.0.2"
},
"source_files": [
"WybroStarter",
"WybroStarter/**/*.{h,m,swift}"
]
}