[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / f / c / d / SCRAttributedStringBuilder / 1.0.4 / SCRAttributedStringBuilder.podspec.json
blob6d9dbcadc91870f59da12a0f2912773ada180a94
2   "name": "SCRAttributedStringBuilder",
3   "version": "1.0.4",
4   "summary": "Build NSAttributedString in chain",
5   "description": "SCRAttributedStringBuilder is a NSMutableAttributedString category which can build attributed string in chain, just like 'make' in Masonry, for simplying original redundant way.",
6   "homepage": "https://github.com/joeshang/SCRAttributedStringBuilder",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Joe Shang": "shangchuanren@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/joeshang/SCRAttributedStringBuilder.git",
16     "tag": "1.0.4"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "source_files": "SCRAttributedStringBuilder/*.{h,m}",
23   "frameworks": [
24     "Foundation",
25     "UIKit"
26   ]