blob: d6d1e0fc25dfcf234ab15d6ea54ef14045d7f5d8 [file] [log] [blame]
{
"name": "CursorOffset",
"version": "1.0.2",
"summary": "an iOS category to calculate textField cursor offset",
"description": " an iOS category to calculate textField cursor offset\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"homepage": "https://github.com/LiuShulong/CursorOffset",
"license": "MIT",
"authors": {
"LiuShulong": "bigfish_liu@126.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/LiuShulong/CursorOffset.git",
"tag": "1.0.2"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": "UIKit",
"requires_arc": true
}