[Add] RegulaCommonNightly 7.5.938
[CocoaPods.git] / Specs / 5 / b / 1 / JTAttributedLabel / 0.0.1 / JTAttributedLabel.podspec.json
blob048bd1ba890da8ace50fb6f7bea294c2840f2ceb
2   "name": "JTAttributedLabel",
3   "version": "0.0.1",
4   "license": "MIT",
5   "summary": "Ported back NSAttributeString in iOS 5 for you to create rich text UILabels in Interface Builder. ",
6   "homepage": "http://github.com/mystcolor/JTAttributedLabel",
7   "authors": {
8     "James Tang": "mystcolor@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/mystcolor/JTAttributedLabel.git",
12     "commit": "10bec75a52899821d9147e601853c036ed809e8f"
13   },
14   "source_files": "JTAttributedLabel/JTAttributedLabel/",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "5.0"
18   },
19   "ios": {
20     "frameworks": [
21       "QuartzCore",
22       "CoreText"
23     ]
24   }