[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 7 / 1 / d / BRWordCounter / 2.0.1 / BRWordCounter.podspec.json
blob405d699f65650eb75582c614df6bae5f4deb025b
2   "name": "BRWordCounter",
3   "version": "2.0.1",
4   "summary": "Live word-counting for NSTextView on OS X and UITextView on iOS.",
5   "description": "This project provides a way to efficiently count the words in a text view while editing.",
6   "homepage": "https://github.com/Blue-Rocket/BRWordCounter",
7   "license": "MIT",
8   "authors": {
9     "Matt Magoffin": "matt@bluerocket.us"
10   },
11   "platforms": {
12     "ios": "7.1"
13   },
14   "source": {
15     "git": "https://github.com/Blue-Rocket/BRWordCounter.git",
16     "tag": "2.0.1"
17   },
18   "requires_arc": true,
19   "default_subspecs": "Main",
20   "subspecs": [
21     {
22       "name": "Main",
23       "source_files": [
24         "BRWordCounter/Packaging/BRWordCounter.h",
25         "BRWordCounter/BRWordCounter/BRWordCountDelegate.h",
26         "BRWordCounter/BRWordCounter/BRWordCountHelper.{h,m}"
27       ]
28     }
29   ]