[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / a / 2 / CJLinkLabel / 1.1 / CJLinkLabel.podspec.json
blob9a78f7479d9f01c913cbd0b28c3c9edae2086d03
2   "name": "CJLinkLabel",
3   "version": "1.1",
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.1"
16   },
17   "source_files": "LinkLabelDemo/LinkLabel/**/*.{h,m}",
18   "dependencies": {
19     "RegexKitLite": [
20       "~> 4.0"
21     ],
22     "Masonry": [
24     ]
25   },
26   "requires_arc": true,
27   "frameworks": "UIkit",
28   "platforms": {
29     "ios": "7.0"
30   }