blob: 57c3cb075f1b0ccd582a350738e1786aebe7dee8 [file] [log] [blame]
{
"name": "CBCoreTextKit",
"version": "0.9.13",
"summary": "Helps working with Core Text.",
"homepage": "https://github.com/chbeer/CBCoreTextKit",
"license": "MIT",
"authors": {
"Christian Beer": "christian.beer@chbeer.de"
},
"source": {
"git": "https://github.com/chbeer/CBCoreTextKit.git",
"tag": "0.9.13"
},
"platforms": {
"ios": "9.0",
"osx": "10.8"
},
"source_files": [
"CBCoreTextKit",
"CBCoreTextKit/**/*.{h,m}"
],
"osx": {
"exclude_files": "CBCoreTextKit/**/*UIKit*.{h,m}"
},
"requires_arc": true
}