blob: 9b9985cc2bfee2eee83e6c424bf28707c5635701 [file] [log] [blame]
{
"name": "SLKViewCommon",
"version": "0.1.2",
"summary": "add navibar component",
"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.2"
},
"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": [
]
}
}
]
}