blob: ed58a4e9a99f341ea413e6023ec2c2e8c53c3f9c [file] [log] [blame]
{
"name": "LJUserCenter",
"version": "1.0.0",
"summary": "Custom static cell easyily, Just need to provide the data source",
"homepage": "https://github.com/liuliangju/LJUserCenter",
"license": "MIT",
"authors": {
"liuliangju": "liangjulliu@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/liuliangju/LJUserCenter.git",
"tag": "1.0.0"
},
"source_files": "LJUserCenter/Classes/*.{h,m}",
"public_header_files": "LJUserCenter/**/*.{h}",
"requires_arc": true,
"dependencies": {
"Masonry": [
"~> 1.1.0"
]
}
}