blob: d9d3a7775c0b323ea214f34de160ad82d65acb42 [file] [log] [blame]
{
"name": "RTLabel",
"version": "1.0.1",
"summary": "Rich text formatting based on HTML-like markups for iOS.",
"description": " Rich text formatting based on HTML-like markups for iOS; modify out bounds crash and remove warnings.\n",
"homepage": "https://github.com/elijahdou/RTLabel",
"license": "MIT",
"authors": {
"elijah dou": "eliajdhdou@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/elijahdou/RTLabel.git",
"tag": "1.0.1"
},
"source_files": [
"RTLabelProject/Classes",
"RTLabelProject/Classes/RTLabel.{h,m}"
],
"requires_arc": true
}