blob: 42fad67db4a102fd503ed30a3192180c785b7379 [file] [log] [blame]
{
"name": "KLCommonTools",
"version": "0.3.6",
"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.3.6"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": [
"Configure",
"Category",
"Others"
],
"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}"
},
{
"name": "TableView",
"source_files": "KLCommonTools/Classes/TableView/**/*.{h,m}",
"dependencies": {
"KLCommonTools/Category": [
]
}
},
{
"name": "ImageScroll",
"source_files": "KLCommonTools/Classes/ImageScroll/**/*.{h,m}",
"dependencies": {
"Masonry": [
],
"SDWebImage": [
]
}
}
]
}