blob: a47017abfd970eb2cf25e92d6d439eb374b9dd76 [file] [log] [blame]
{
"name": "DCTextEngine",
"version": "0.1.0",
"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.1.0"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"source_files": "*.{h,m}",
"requires_arc": true
}