blob: dfab1286063af7e5c131e26f391378d0b06f5f82 [file] [log] [blame]
{
"name": "JTSCursorMovement",
"version": "1.1.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.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": "UIKit",
"compiler_flags": "-fmodules",
"source_files": [
"Source/*.{h,m}"
]
}