blob: 7f023d10e276afecf1afd3ac52b5bbae1ab4eb95 [file] [log] [blame]
{
"name": "Ashton",
"version": "1.0.0",
"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": "v1.0.0"
},
"platforms": {
"ios": "7.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
}