blob: 4a6794b71f8dba1e48a43fb64f40d91dc373d859 [file] [log] [blame]
{
"name": "JXFoundation",
"version": "1.0.2",
"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.2"
},
"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/**/*",
"dependencies": {
"JXFoundation/Constant": [
]
}
},
{
"name": "JXView",
"source_files": "JXFoundation/Classes/JXView/**/*",
"dependencies": {
"JXFoundation/Foundation+Extension": [
],
"JXFoundation/UIKit+Extension": [
],
"JXFoundation/Constant": [
]
}
}
]
}