[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 0 / 6 / 2 / YJCoreText / 1.0.0 / YJCoreText.podspec.json
blobea48e02174e90571ecd9f49fb64302278d210c7b
2   "name": "YJCoreText",
3   "version": "1.0.0",
4   "summary": "YJCoreText.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/LYajun/YJCoreText",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "LYajun": "liuyajun1999@icloud.com"
13   },
14   "source": {
15     "git": "https://github.com/LYajun/YJCoreText.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "Model",
25       "source_files": "YJCoreText/Classes/Model/**/*",
26       "dependencies": {
27         "YJExtensions": [
29         ]
30       }
31     },
32     {
33       "name": "YJDrawView",
34       "source_files": "YJCoreText/Classes/YJDrawView/**/*",
35       "dependencies": {
36         "YJCoreText/Model": [
38         ]
39       }
40     }
41   ]