blob: d13f196155ad7237be705aee8229f78fffe2e0ca [file] [log] [blame]
{
"name": "JLKit_Swift",
"version": "0.0.16",
"summary": "JLKit",
"homepage": "https://github.com/jangsy7883/JLKit_Swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"jangsy": "jangsy7883@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/jangsy7883/JLKit_Swift.git",
"tag": "0.0.16"
},
"default_subspecs": "Core",
"pod_target_xcconfig": {
"APPLICATION_EXTENSION_API_ONLY": "NO"
},
"subspecs": [
{
"name": "Core",
"source_files": [
"JLKit/Extensions/Foundation/",
"JLKit/Extensions/UIKit/",
"JLKit/Protocols/"
]
},
{
"name": "Objcs",
"source_files": [
"JLKit/Objcs/",
"JLKit/Objcs/Foundation/",
"JLKit/Objcs/UIKit/"
],
"dependencies": {
"JLKit_Swift/Core": [
]
}
}
]
}