blob: 97fe94b380a8b43f16eb8fd6b638d5ceed625956 [file] [log] [blame]
{
"name": "JLKit_Swift",
"version": "0.0.1",
"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.1",
"source": {
"git": "https://github.com/jangsy7883/JLKit_Swift.git",
"tag": "0.0.1"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": [
"JLKit/Extensions/",
"JLKit/Protocols/"
]
},
{
"name": "Objc",
"source_files": "JLKit/Objcs/"
}
]
}