blob: 31743c9bc953b3728c58550055de1f1867ec921e [file] [log] [blame]
{
"name": "YJCoreText",
"version": "1.0.1",
"summary": "YJCoreText.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/LYajun/YJCoreText",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LYajun": "liuyajun1999@icloud.com"
},
"source": {
"git": "https://github.com/LYajun/YJCoreText.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "Model",
"source_files": "YJCoreText/Classes/Model/**/*",
"dependencies": {
"YJExtensions": [
]
}
},
{
"name": "YJDrawView",
"source_files": "YJCoreText/Classes/YJDrawView/**/*",
"dependencies": {
"YJCoreText/Model": [
]
}
}
]
}