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