[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / b / c / 5 / SJLabel / 1.2.6 / SJLabel.podspec.json
blob503cf39b40de354fb19b087cda1bd4993882bba3
2   "name": "SJLabel",
3   "version": "1.2.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.2.6"
20   },
21   "source_files": "SJLabel/*.{h,m}",
22   "frameworks": [
23     "UIKit",
24     "CoreText"
25   ],
26   "requires_arc": true,
27   "subspecs": [
28     {
29       "name": "Services",
30       "source_files": "SJLabel/Services/*.{h,m}",
31       "dependencies": {
32         "SJLabel/Category": [
34         ]
35       }
36     },
37     {
38       "name": "Category",
39       "source_files": "SJLabel/Category/*.{h,m}"
40     }
41   ]