blob: 29a3b793166113bebf5d6b6321c40a72b3a1fe71 [file] [log] [blame]
{
"name": "StaticVC",
"version": "1.0.0.3",
"summary": "简单的cell使用",
"description": "项目开发过程中快速的进行静态cell的添加",
"homepage": "https://github.com/zhangrongwu/StaticVC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhangrongwu": "zhangrongwuios@icloud.com"
},
"source": {
"git": "https://github.com/zhangrongwu/StaticVC.git",
"tag": "1.0.0.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "StaticVC/**/*.{h,m,bundle}",
"public_header_files": "StaticVC/**/*.h",
"frameworks": "UIKit",
"dependencies": {
"Masonry": [
"~> 1.1.0"
],
"IQKeyboardManager": [
"~> 4.0.3"
]
}
}