blob: ea0c41c274952009d6088d6a2df3d95f862e2962 [file] [log] [blame]
{
"name": "JXFoundation",
"version": "1.0.3",
"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.3"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"subspecs": [
{
"name": "Constant",
"source_files": "JXFoundation/Classes/Constant/**/*",
"dependencies": {
"JXFoundation/UIKit+Extension": [
]
}
},
{
"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": [
],
"JXFoundation/Constant": [
]
}
}
]
}