blob: c84c37f7041688db9cf94814f49e50386bb01744 [file] [log] [blame]
{
"name": "XJUIKit",
"version": "0.0.1",
"summary": "XJUIKit.",
"description": "XJUIKit: 一些自定义的封装的控件: SLButton 、 SLTextView 、 SLTextField",
"homepage": "https://github.com/lishengbing/XJUIKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lishengbing": "lishengbing@shanlinjinrong.com"
},
"source": {
"git": "https://github.com/lishengbing/XJUIKit.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "8.0"
},
"resource_bundles": {
"XJUIKit": [
"XJUIKit/Assets/*"
]
},
"deprecated": true,
"subspecs": [
{
"name": "SLButton",
"source_files": "XJUIKit/Classes/SLButton/**/*"
},
{
"name": "SLTextField",
"source_files": "XJUIKit/Classes/SLTextField/**/*"
},
{
"name": "SLTextView",
"source_files": "XJUIKit/Classes/SLTextView/**/*"
}
]
}