blob: 8dcd3f4336afb75ae062e2e92b60f039818cb8fd [file] [log] [blame]
{
"name": "MYSCoreText",
"version": "0.0.1",
"summary": "An Objective-C wrapper around Apple's Core Text framework.",
"description": "This allows you to easily create framesetters and frames of text and then access all the elements and geomentry of the typography.",
"homepage": "https://github.com/mysterioustrousers/MYSCoreText",
"license": "MIT",
"authors": {
"Adam Kirk": "adam@mysterioustrousers.com"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/mysterioustrousers/MYSCoreText.git",
"tag": "0.0.1"
},
"source_files": "MYSCoreText/*.{h,m}",
"private_header_files": "MYSCoreText/*_*.h",
"frameworks": "Foundation",
"requires_arc": true
}