[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / a / 2 / CJLinkLabel / 1.0 / CJLinkLabel.podspec.json
blob3858616b279e148bc1c1bcc7818ac8e1a8958600
2   "name": "CJLinkLabel",
3   "version": "1.0",
4   "summary": "自定义Label,可加载超链接和HTML",
5   "homepage": "https://github.com/CoderJee",
6   "license": {
7     "type": "Apache Licene",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "CoderJee": "fx105387373@sina.com"
12   },
13   "source": {
14     "git": "https://github.com/CoderJee/CJLinkLabel.git",
15     "tag": "1.0"
16   },
17   "source_files": "LinkLabelDemo/LinkLabel/**/*.{h,m}",
18   "dependencies": {
19     "RegexKitLite": [
20       "~> 4.0"
21     ]
22   },
23   "requires_arc": true,
24   "frameworks": "UIkit",
25   "platforms": {
26     "ios": "7.0"
27   }