[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 7 / 1 / d / BRWordCounter / 1.0.0 / BRWordCounter.podspec.json
blobbd51e165bab3550d548cdb04eb1e845977ed288f
2   "name": "BRWordCounter",
3   "version": "1.0.0",
4   "summary": "Live word-counting for NSTextView on OS X and UITextView on iOS.",
5   "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.",
6   "homepage": "https://github.com/Blue-Rocket/BRWordCounter",
7   "license": "MIT",
8   "authors": {
9     "Matt Magoffin": "matt@bluerocket.us"
10   },
11   "platforms": {
12     "ios": "6.1",
13     "osx": "10.8"
14   },
15   "source": {
16     "git": "https://github.com/Blue-Rocket/BRWordCounter.git",
17     "tag": "1.0.0",
18     "submodules": true
19   },
20   "requires_arc": true,
21   "default_subspecs": "Main",
22   "subspecs": [
23     {
24       "name": "Main",
25       "source_files": [
26         "BRWordCounter/Packaging/BRWordCounter.h",
27         "MGWordCounter/MGWordCounterDemo/MGWordCountOperation.{h,m}",
28         "MGWordCounter/MGWordCounterDemo/MGWordCounter.{h,m}",
29         "MGWordCounter/MGWordCounterDemo/MGWordCounterDelegate.h"
30       ]
31     }
32   ]