[Add] TaboolaPush 0.1.1
[CocoaPods.git] / Specs / 0 / 6 / 2 / YJCoreText / 1.0.1 / YJCoreText.podspec.json
blob31743c9bc953b3728c58550055de1f1867ec921e
2   "name": "YJCoreText",
3   "version": "1.0.1",
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.1"
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   ]