blob: 5ac4015450945713a3f27ec9095816e8ea06521f [file] [log] [blame]
{
"name": "TLKeyboard",
"version": "0.1.0",
"summary": "常用的UI组件(仿微信输入框、表情键盘、功能菜单、订阅号/公众号菜单、+号菜单)",
"description": "'常用 UI 组件库(addMenu、、、)'",
"homepage": "https://github.com/ylxieg/TLKeyboard",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xieyingliang": "ylxieg@isoftstone.com"
},
"source": {
"git": "https://github.com/ylxieg/TLKeyboard.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TLKeyboard/TLComponentsKit/*",
"dependencies": {
"Masonry": [
"~> 1.1.0"
]
},
"subspecs": [
{
"name": "TLPopoverView",
"source_files": "TLKeyboard/TLComponentsKit/TLPopoverView/*"
},
{
"name": "TLChatBar",
"source_files": "TLKeyboard/TLComponentsKit/TLChatBar/*",
"dependencies": {
"TLKeyboard/TLKeyborads": [
],
"TLKeyboard/TLKit/TLCategories": [
]
}
},
{
"name": "TLServiceBar",
"source_files": "TLKeyboard/TLComponentsKit/TLServiceBar/*",
"resources": "TLKeyboard/TLComponentsKit/TLServiceBar/TLServiceBar.bundle",
"dependencies": {
"TLKeyboard/TLKit": [
]
}
},
{
"name": "TLKeyborads",
"source_files": "TLKeyboard/TLComponentsKit/TLKeyborads/**/*",
"dependencies": {
"TLKeyboard/TLKit": [
]
}
},
{
"name": "TLKit",
"source_files": "TLKeyboard/TLComponentsKit/TLKit/*",
"subspecs": [
{
"name": "TLCategories",
"source_files": "TLKeyboard/TLComponentsKit/TLKit/TLCategories/*",
"subspecs": [
{
"name": "Foundation",
"source_files": "TLKeyboard/TLComponentsKit/TLKit/TLCategories/Foundation/**/*"
},
{
"name": "UIKit",
"source_files": "TLKeyboard/TLComponentsKit/TLKit/TLCategories/UIKit/**/*",
"dependencies": {
"TLKeyboard/TLKit/TLCategories/Foundation": [
],
"TLKeyboard/TLKit/TLShortcut": [
]
}
}
]
},
{
"name": "TLShortcut",
"source_files": "TLKeyboard/TLComponentsKit/TLKit/TLShortcut/**/*"
}
]
}
]
}