[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / b / 8 / 0 / DHStyleString / 0.2.0 / DHStyleString.podspec.json
blobd2e90c048d6f6e0fdc46dc6fa5a1dcda6a39a763
2   "name": "DHStyleString",
3   "version": "0.2.0",
4   "summary": "An easy way to created styled NSAttributedString objects.",
5   "description": "                       Create a stylespec (similar to CSS) and then apply it to\n                       single strings, multiline strings, or just embed style\n                       tags in a large set of text. Result is a NSAttributedString.\n                       Much easier than trying to create all of the style dictionaries\n                       by hand.\n",
6   "homepage": "http://github.com/davidahouse/DHStyleString",
7   "license": "MIT",
8   "authors": {
9     "David House": "davidahouse@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/davidahouse/DHStyleString.git",
13     "tag": "0.2.0"
14   },
15   "social_media_url": "https://twitter.com/davidahouse",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Classes"