blob: c0e32aa2d0b8123b9c1bb352a5e9b3c576dd211d [file] [log] [blame]
{
"name": "ISSCloudTools",
"version": "0.0.4",
"summary": "常用工具类",
"description": "常用UI、分类等集合",
"homepage": "https://github.com/zzxdx/ISSCloudTools",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"huangjian": "951864522@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/zzxdx/ISSCloudTools.git",
"tag": "0.0.4"
},
"source_files": "ISSCloudTools/ISSCloudTools/ISSCloudTool/MacroDefinition.h",
"requires_arc": true,
"dependencies": {
"MBProgressHUD": [
],
"AFNetworking": [
],
"Toast": [
]
},
"subspecs": [
{
"name": "Category",
"source_files": "ISSCloudTools/ISSCloudTools/ISSCloudTool/Category/ISSCategory.h",
"subspecs": [
{
"name": "Foundation",
"source_files": "ISSCloudTools/ISSCloudTools/ISSCloudTool/Category/Foundation/*.{h,m}"
},
{
"name": "UIKit",
"source_files": "ISSCloudTools/ISSCloudTools/ISSCloudTool/Category/UIKit/*.{h,m}"
}
]
},
{
"name": "UI",
"source_files": "ISSCloudTools/ISSCloudTools/ISSCloudTool/UI/**/*.{h,m}"
}
]
}