blob: 3fb05adc4807b6221b9b99fd635b68cc046020ca [file] [log] [blame]
{
"name": "CBCoreTextKit",
"version": "0.9.2",
"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.2"
},
"platforms": {
"ios": "6.1",
"osx": "10.7"
},
"source_files": [
"CBCoreTextKit",
"CBCoreTextKit/**/*.{h,m}"
],
"osx": {
"exclude_files": "CBCoreTextKit/**/*UIKit*.{h,m}"
},
"requires_arc": true
}