blob: 55fe47d31087fbe710a9e7f6974a1196c7c6f343 [file] [log] [blame]
{
"name": "JXFoundation",
"version": "1.0.5",
"summary": "自定义view,以及平时自己常用的一些方法扩展",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/dujinxin/JXFoundation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dujinxin": "510033463@qq.com"
},
"source": {
"git": "https://github.com/dujinxin/JXFoundation.git",
"tag": "1.0.5"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"subspecs": [
{
"name": "Constant",
"source_files": "JXFoundation/Classes/Constant/**/*",
"dependencies": {
"JXFoundation/UIKit+Extension": [
],
"JXFoundation/Foundation+Extension": [
],
"JXFoundation/JXView": [
]
}
},
{
"name": "Foundation+Extension",
"source_files": "JXFoundation/Classes/Foundation+Extension/**/*"
},
{
"name": "UIKit+Extension",
"source_files": "JXFoundation/Classes/UIKit+Extension/**/*",
"dependencies": {
"JXFoundation/Foundation+Extension": [
]
}
},
{
"name": "JXManager",
"source_files": "JXFoundation/Classes/JXManager/JXKeyboardToolBar.swift",
"dependencies": {
"JXFoundation/Constant": [
]
}
},
{
"name": "JXView",
"source_files": "JXFoundation/Classes/JXView/**/*",
"dependencies": {
"JXFoundation/Foundation+Extension": [
],
"JXFoundation/UIKit+Extension": [
]
}
}
]
}