[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / a / 4 / JTSSmartPunctuation / 1.0.0 / JTSSmartPunctuation.podspec.json
blobfa6e19c8b19ee1ad9781d849ef601eb1f0cd6670
2   "name": "JTSSmartPunctuation",
3   "version": "1.0.0",
4   "summary": "A drop-in utility for adding as-you-type smart punctuation to a UITextView.",
5   "homepage": "https://github.com/jaredsinclair/JTSSmartPunctuation",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Jared Sinclair": "https://twitter.com/jaredsinclair"
12   },
13   "source": {
14     "git": "https://github.com/jaredsinclair/JTSSmartPunctuation.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "frameworks": "UIKit",
22   "compiler_flags": "-fmodules",
23   "source_files": [
24     "Source/*.{h,m}"
25   ]