blob: 258c7d459cc9274f5806946a07c3ce5b7513c3a7 [file] [log] [blame]
{
"name": "JKUIHelper",
"version": "0.1.4.5",
"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.5"
},
"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/**/*"
}
]
}