[Add] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / 0 / 8 / 2 / JTSCursorMovement / 1.1.0 / JTSCursorMovement.podspec.json
blobdfab1286063af7e5c131e26f391378d0b06f5f82
2   "name": "JTSCursorMovement",
3   "version": "1.1.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.1.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   ]