blob: 2487215c315385fa24c9134cb86ff960dc8e43cc [file] [log] [blame]
{
"name": "JMAttributedFormat",
"version": "1.0.0",
"summary": "Use format strings to localize NSAttributedString",
"description": " This library adds functionality to create NSAttributedString\n instances using a format string with format specifiers. Like\n NSString, the format specifiers can change the order of\n arguments, so your styled strings can be flexibly localized.\n",
"homepage": "https://github.com/jmah/JMAttributedString",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Jonathon Mah": "me@JonathonMah.com"
},
"social_media_url": "http://twitter.com/dev_etc",
"source": {
"git": "https://github.com/jmah/JMAttributedString.git",
"tag": "1.0.0"
},
"source_files": "JMAttributedFormat.{h,m}",
"requires_arc": true
}