blob: 577b949353e5be72aec78945bd054a99d0cc2b9b [file] [log] [blame]
{
"name": "KLCommonTools",
"version": "0.1.4",
"summary": "A short description of KLCommonTools.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/Ray0218/KLCommonTools",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ray0218": "ray_ios@163.com"
},
"source": {
"git": "https://github.com/Ray0218/KLCommonTools.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Configure",
"source_files": "KLCommonTools/Classes/Configure/**/*"
},
{
"name": "Category",
"source_files": "KLCommonTools/Classes/Category/**/*",
"dependencies": {
"KLCommonTools/Configure": [
]
}
},
{
"name": "Others",
"source_files": "KLCommonTools/Classes/Others/**/*",
"dependencies": {
"KLCommonTools/Configure": [
],
"MBProgressHUD": [
"~> 0.9.2"
]
}
}
]
}