blob: a33c7f8ec9e471e85ff86793701d20d14b375877 [file] [log] [blame]
{
"name": "JXFoundation",
"version": "1.3.0",
"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.3.0"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"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": [
]
}
}
]
}