blob: eec5cf1ef1d97907f4e6b3c0483c0ccca56732eb [file] [log] [blame]
{
"name": "JTSCursorMovement",
"version": "1.0.0",
"summary": "A drop-in utility for adding convenient swipe gesture cursor movements to a UITextView.",
"homepage": "https://github.com/jaredsinclair/JTSCursorMovement",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jared Sinclair": "https://twitter.com/jaredsinclair"
},
"source": {
"git": "https://github.com/jaredsinclair/JTSCursorMovement.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": "UIKit",
"compiler_flags": "-fmodules",
"source_files": [
"Source/*.{h,m}"
]
}