blob: 07c0870a1cd92fd36d1c89411438791f92feee92 [file] [log] [blame]
{
"name": "Ashton",
"version": "0.1.4",
"summary": "Converts NSAttributedStrings between AppKit, CoreText, UIKit and HTML.",
"homepage": "https://github.com/IdeasOnCanvas/Ashton",
"license": {
"type": "MIT",
"file": "MIT-LICENSE.txt"
},
"authors": {
"Martin Schuerrer": "martin@schuerrer.org"
},
"source": {
"git": "https://github.com/IdeasOnCanvas/Ashton.git",
"tag": "v0.1.4"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"ios": {
"frameworks": "CoreText",
"source_files": "Ashton/*.{h,m}",
"exclude_files": "Ashton/AshtonAppKit.{h,m}"
},
"osx": {
"frameworks": "CoreText",
"source_files": "Ashton/*.{h,m}",
"exclude_files": "Ashton/AshtonUIKit.{h,m}"
},
"requires_arc": true
}