blob: 079aa003da1d69b487969f354324ded08ea6f9dc [file] [log] [blame]
{
"name": "JKUIHelper",
"version": "0.1.4.4",
"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.4.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "JKUIHelper/Classes/**/*",
"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/**/*"
}
]
}