blob: bd51e165bab3550d548cdb04eb1e845977ed288f [file] [log] [blame]
{
"name": "BRWordCounter",
"version": "1.0.0",
"summary": "Live word-counting for NSTextView on OS X and UITextView on iOS.",
"description": "This project provides a way to count the words in a text view while editing.\nIt is a pod wrapper for the MGWordCounter project, by Matt Gemmell.",
"homepage": "https://github.com/Blue-Rocket/BRWordCounter",
"license": "MIT",
"authors": {
"Matt Magoffin": "matt@bluerocket.us"
},
"platforms": {
"ios": "6.1",
"osx": "10.8"
},
"source": {
"git": "https://github.com/Blue-Rocket/BRWordCounter.git",
"tag": "1.0.0",
"submodules": true
},
"requires_arc": true,
"default_subspecs": "Main",
"subspecs": [
{
"name": "Main",
"source_files": [
"BRWordCounter/Packaging/BRWordCounter.h",
"MGWordCounter/MGWordCounterDemo/MGWordCountOperation.{h,m}",
"MGWordCounter/MGWordCounterDemo/MGWordCounter.{h,m}",
"MGWordCounter/MGWordCounterDemo/MGWordCounterDelegate.h"
]
}
]
}