blob: 405d699f65650eb75582c614df6bae5f4deb025b [file] [log] [blame]
{
"name": "BRWordCounter",
"version": "2.0.1",
"summary": "Live word-counting for NSTextView on OS X and UITextView on iOS.",
"description": "This project provides a way to efficiently count the words in a text view while editing.",
"homepage": "https://github.com/Blue-Rocket/BRWordCounter",
"license": "MIT",
"authors": {
"Matt Magoffin": "matt@bluerocket.us"
},
"platforms": {
"ios": "7.1"
},
"source": {
"git": "https://github.com/Blue-Rocket/BRWordCounter.git",
"tag": "2.0.1"
},
"requires_arc": true,
"default_subspecs": "Main",
"subspecs": [
{
"name": "Main",
"source_files": [
"BRWordCounter/Packaging/BRWordCounter.h",
"BRWordCounter/BRWordCounter/BRWordCountDelegate.h",
"BRWordCounter/BRWordCounter/BRWordCountHelper.{h,m}"
]
}
]
}