blob: 0ea1ccdca175bd502663a1a947d0ea707200b49c [file] [log] [blame]
{
"name": "JXFoundation",
"version": "2.0.2",
"summary": "基类,自定义view,extension,方法工具,用于快速集成",
"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": "2.0.2"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "5.0",
"subspecs": [
{
"name": "Basic",
"source_files": "JXFoundation/Classes/Basic/**/*",
"dependencies": {
"JXFoundation/Core": [
],
"JXFoundation/UIKit": [
]
}
},
{
"name": "Core",
"source_files": "JXFoundation/Classes/Core/**/*"
},
{
"name": "UIKit",
"source_files": "JXFoundation/Classes/UIKit/**/*",
"dependencies": {
"JXFoundation/Core": [
]
}
}
]
}