| { |
| "name": "Ashton", |
| "version": "0.1.3", |
| "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.3" |
| }, |
| "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 |
| } |