blob: 876c63cf2a621231ed7d66bbb1e4825c60255da0 [file] [log] [blame]
{
"name": "AWLThemeManager",
"version": "1.0.7",
"summary": "AWLThemeManager is a lightweight theme manager for iOS.",
"homepage": "https://github.com/appwilldev/AWLThemeManager",
"license": "MIT",
"authors": {
"neo.chen": "cooketjoy@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/appwilldev/AWLThemeManager.git",
"tag": "1.0.7"
},
"source_files": "AWLThemeManager/*.{h,m}",
"public_header_files": "AWLThemeManager/*.h",
"requires_arc": true,
"dependencies": {
"UIColor-HexString": [
"~> 1.3.0"
]
}
}