| { |
| "name": "NSAttributedString-HTMLStyle", |
| "version": "0.0.1", |
| "summary": "Creation of NSAttributedString out of HTML with per-tag attributes made easy.", |
| "description": " This repo consists of a few categories for dealing with `HTML` and `NSAttributedStrings`\n", |
| "homepage": "https://github.com/quickread/NSAttributedString-HTMLStyle", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "wczekalski": "me@wczekalski.com" |
| }, |
| "social_media_url": "http://twitter.com/wczekalski", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/quickread/NSAttributedString-HTMLStyle.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "NSAttributedString+HTMLStyle/NSAttributedString+HTMLStyle.{m,h}", |
| "requires_arc": true |
| } |