[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / b / c / 5 / SJLabel / 1.0.6 / SJLabel.podspec.json
bloba48795a153cac63f78e2a5c18edb630b4ecf163d
2   "name": "SJLabel",
3   "version": "1.0.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.0.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   ]