blob: 06024675b401af9d0f9211aff1ecaa6becabdf55 [file] [log] [blame]
{
"name": "CharacterLocationSeeker",
"version": "0.0.2",
"summary": "Figure out the rect of a certain character in UILabel.",
"description": "Figure out the rect of a character in UILabel, with the given character index.",
"homepage": "https://github.com/FasaMo/CharacterLocationSeeker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"FasaMo": "Fasa_Mo@iCloud.com"
},
"social_media_url": "http://weibo.com/FasaMo",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/FasaMo/CharacterLocationSeeker.git",
"tag": "0.0.2"
},
"source_files": "CharacterLocationSeeker/*.{h,m}",
"requires_arc": true
}