blob: 232b791b0e292a07e6d02f0ba558d3d960731b5c [file] [log] [blame]
{
"name": "KLCommonTools",
"version": "0.2.1",
"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.2.1"
},
"platforms": {
"ios": "8.0"
},
"resource_bundles": {
"KLCommonTools": [
"KLCommonTools/Assets/*"
]
},
"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"
]
}
},
{
"name": "WebView",
"source_files": "KLCommonTools/Classes/WebView/**/*.{h,m}"
}
]
}