blob: 4989013a3bf7360a11b2bf29d85cfd036627a3c7 [file] [log] [blame]
{
"name": "JKUIHelper",
"version": "0.1.7",
"summary": "this is a tool to help ios develop to draw UI easily.",
"description": "this is a tool to help ios develop to draw UI easily. it will update with the needs",
"homepage": "https://github.com/xindizhiyin2014/JKUIHelper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xindizhiyin2014": "929097264@qq.com"
},
"source": {
"git": "https://github.com/xindizhiyin2014/JKUIHelper.git",
"tag": "0.1.7"
},
"platforms": {
"ios": "8.0"
},
"source_files": "JKUIHelper/Classes/**/*",
"dependencies": {
"SDWebImage": [
]
},
"subspecs": [
{
"name": "JKShadow",
"source_files": "JKUIHelper/JKShadow/**/*"
},
{
"name": "JKRoundCorner",
"source_files": "JKUIHelper/JKRoundCorner/**/*"
},
{
"name": "JKTextView",
"source_files": "JKUIHelper/JKTextView/**/*"
},
{
"name": "JKHitTest",
"source_files": "JKUIHelper/JKHitTest/**/*"
},
{
"name": "JKProtocol",
"source_files": "JKUIHelper/JKProtocol/**/*"
},
{
"name": "JKCategories",
"source_files": "JKUIHelper/JKCategories/**/*"
}
]
}