blob: 4b3f16859e7340b787cc123768d2c41938fe0961 [file] [log] [blame]
{
"name": "Bumblebee",
"version": "1.0.0",
"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": "1.0.0"
},
"social_media_url": "http://twitter.com/daltoniam",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "*.swift",
"requires_arc": "true"
}