blob: 5c4f56db946aec959c33fed2da9beff44ad6bea8 [file] [log] [blame]
{
"name": "Bumblebee",
"version": "0.9.2",
"summary": "Abstract text processing and pattern matching engine in Swift. Converts text into NSAttributedStrings. Builtin markdown support.",
"homepage": "https://github.com/daltoniam/bumblebee",
"license": "Apache License, Version 2.0",
"authors": {
"Dalton Cherry": "http://daltoniam.com"
},
"source": {
"git": "https://github.com/daltoniam/bumblebee.git",
"tag": "0.9.2"
},
"social_media_url": "http://twitter.com/daltoniam",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "*.swift",
"requires_arc": "true"
}