blob: 2191e7f52ed7ef157a6d37ddab80a0cdcf6b25bc [file] [log] [blame]
{
"name": "JMAttributedFormat",
"version": "1.0.1",
"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/JMAttributedFormat",
"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/JMAttributedFormat.git",
"tag": "1.0.1"
},
"source_files": "JMAttributedFormat.{h,m}",
"requires_arc": true
}