[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / f / c / d / SCRAttributedStringBuilder / 1.1.0 / SCRAttributedStringBuilder.podspec.json
blob6a4d0e0d97887011e2c3c7c14557a2c879bda3ca
2   "name": "SCRAttributedStringBuilder",
3   "version": "1.1.0",
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.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "swift_versions": "5.0",
23   "default_subspecs": "All",
24   "swift_version": "5.0",
25   "subspecs": [
26     {
27       "name": "All",
28       "dependencies": {
29         "SCRAttributedStringBuilder/OC": [
31         ],
32         "SCRAttributedStringBuilder/Swift": [
34         ]
35       }
36     },
37     {
38       "name": "OC",
39       "source_files": "Sources/Objective-C/**/*.{h,m}"
40     },
41     {
42       "name": "Swift",
43       "source_files": "Sources/Swift/**/*.swift"
44     }
45   ]