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