[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 6 / 3 / 5 / JMAttributedFormat / 1.0.0 / JMAttributedFormat.podspec.json
blob2487215c315385fa24c9134cb86ff960dc8e43cc
2   "name": "JMAttributedFormat",
3   "version": "1.0.0",
4   "summary": "Use format strings to localize NSAttributedString",
5   "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",
6   "homepage": "https://github.com/jmah/JMAttributedString",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Jonathon Mah": "me@JonathonMah.com"
13   },
14   "social_media_url": "http://twitter.com/dev_etc",
15   "source": {
16     "git": "https://github.com/jmah/JMAttributedString.git",
17     "tag": "1.0.0"
18   },
19   "source_files": "JMAttributedFormat.{h,m}",
20   "requires_arc": true