[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / 8 / 2 / JTSCursorMovement / 1.0.0 / JTSCursorMovement.podspec.json
blobeec5cf1ef1d97907f4e6b3c0483c0ccca56732eb
2   "name": "JTSCursorMovement",
3   "version": "1.0.0",
4   "summary": "A drop-in utility for adding convenient swipe gesture cursor movements to a UITextView.",
5   "homepage": "https://github.com/jaredsinclair/JTSCursorMovement",
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/JTSCursorMovement.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   ]