blob: d3f7b22935613aaaa27fa06b433e61258bc15fcd [file] [log] [blame]
{
"name": "Bolt_Swift",
"version": "1.1.0",
"summary": "Library for the missing bolts in Swift",
"description": "The swiss knife of useful snippets in swift. Extensions for over 25 Foundation and UIKit classes.\nMakes things like finding the center of a view or loading the settings page trivial.\nUpdated frequently and actively maintained!",
"homepage": "https://github.com/williamFalcon/Bolt_Swift",
"license": "MIT",
"authors": {
"William Falcon": "waf2107@columbia.edu"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/williamFalcon/Bolt_Swift.git",
"tag": "v1.1.0",
"commit": "cbdf23b8e721339ec35ebe96f1e0c7e448068836"
},
"source_files": "Bolt/BoltLibrary/**/*.{swift}",
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
}
}