| { |
| "name": "DCTextEngine", |
| "version": "0.0.1", |
| "summary": "An engine that convert text to attributed strings and attributed strings to text. Supports HTML and markdown by default.", |
| "homepage": "https://github.com/daltoniam/DCTextEngine", |
| "license": "Apache License, Version 2.0", |
| "authors": { |
| "Dalton Cherry": "daltoniam@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/daltoniam/DCTextEngine.git", |
| "tag": "0.0.1" |
| }, |
| "platforms": { |
| "ios": "6.0", |
| "osx": "10.8" |
| }, |
| "source_files": "*.{h,m}", |
| "requires_arc": true |
| } |