[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / c / 5 / SJLabel / 1.1.6 / SJLabel.podspec.json
blob549e7ac9ce27dc9ca205898aaca264eb4354fe29
2   "name": "SJLabel",
3   "version": "1.1.6",
4   "summary": "A Text Label.",
5   "description": "A Text Label. support clicked.",
6   "homepage": "https://github.com/changsanjiang/SJLabel",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "SanJiang": "changsanjiang@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/changsanjiang/SJLabel.git",
19     "tag": "v1.1.6"
20   },
21   "source_files": "SJLabel/*.{h,m}",
22   "frameworks": [
23     "UIKit",
24     "CoreText"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "SJAttributesFactory": [
30     ]
31   },
32   "subspecs": [
33     {
34       "name": "Services",
35       "source_files": "SJLabel/Services/*.{h,m}"
36     }
37   ]