blob: 854491d5487bb59c937378b37bc8db431d0086d6 [file] [log] [blame]
{
"name": "SLKViewCommon",
"version": "0.1.5",
"summary": "change navi bar base",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/tyjlp/SLKViewCommon",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"tyjlp": "332676989@qq.com"
},
"source": {
"git": "https://github.com/tyjlp/SLKViewCommon.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "8.0"
},
"prefix_header_contents": [
"#import <SLKBaseCommon/UIView+Frame.h>",
"#import <SLKBaseCommon/SLKConstant.h>",
"#import <SLKBaseCommon/NSObject+size.h>"
],
"subspecs": [
{
"name": "HUD",
"source_files": "SLKViewCommon/Classes/HUD/**/*",
"dependencies": {
"SLKBaseCommon/Constant": [
],
"SLKBaseCommon/Category": [
]
},
"resource_bundles": {
"SLKViewCommon": [
"SLKViewCommon/Assets/**/*"
]
}
},
{
"name": "LaunchAD",
"source_files": "SLKViewCommon/Classes/LaunchAD/**/*",
"dependencies": {
"SDWebImage": [
],
"SLKBaseCommon/Constant": [
],
"SLKBaseCommon/Category": [
]
}
},
{
"name": "TableviewCell",
"source_files": "SLKViewCommon/Classes/TableviewCell/**/*",
"dependencies": {
"SLKBaseCommon/Constant": [
],
"SLKBaseCommon/Category": [
],
"SLKViewCommon/TextFieldView": [
]
}
},
{
"name": "TextFieldView",
"source_files": "SLKViewCommon/Classes/TextFieldView/**/*",
"dependencies": {
"SLKBaseCommon/Constant": [
],
"SLKBaseCommon/Category": [
]
}
},
{
"name": "NaviBar",
"source_files": "SLKViewCommon/Classes/NaviBar/**/*",
"dependencies": {
"Aspects": [
],
"SLKBaseCommon/Constant": [
],
"SLKBaseCommon/Category": [
]
}
}
]
}