blob: 70d6cdc8e6b43252920b7caf4b3466c821bf352f [file] [log] [blame]
{
"name": "Themeful",
"version": "0.1.0",
"summary": "easy way to set theme of app",
"description": "customize you app using different theme\nsuch as\nlabel.text label.textColor ...\nimageView.image ...",
"homepage": "https://github.com/ws00801526/Themeful",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ws00801526": "3057600441@qq.com"
},
"source": {
"git": "https://github.com/ws00801526/Themeful.git",
"tag": "0.1.0"
},
"swift_version": "4.2",
"platforms": {
"ios": "9.0"
},
"default_subspecs": [
"Core",
"Download"
],
"module_name": "Themeful",
"subspecs": [
{
"name": "Core",
"source_files": "Themeful/Classes/Base/**/*"
},
{
"name": "Download",
"source_files": "Themeful/Classes/Download/**/*",
"dependencies": {
"Themeful/Core": [
],
"SSZipArchive": [
]
}
}
]
}