{ | |
"name": "LLAdapter", | |
"version": "2.0.0", | |
"summary": "UITableView/UICollectionView 的适配器. 助你优雅的构建UITableView/UICollectionView, 分离控制器和cell的逻辑.", | |
"homepage": "https://github.com/y0love/LLAdapter", | |
"license": "MIT", | |
"authors": { | |
"ylin": "y0love@163.com" | |
}, | |
"platforms": { | |
"ios": "8.0" | |
}, | |
"source": { | |
"git": "https://github.com/y0love/LLAdapter.git", | |
"tag": "2.0.0" | |
}, | |
"requires_arc": true, | |
"public_header_files": "LLAdapter/**/*.{h}", | |
"source_files": "LLAdapter/**/*.{h,m}" | |
} |