blob: ac8db3a80d80f1317108c959bd400418bf7e1571 [file] [log] [blame]
{
"name": "HaidoraTableViewManager",
"version": "1.0",
"summary": "a wrapper for UITableViewDatasource and UITableViewDelegate.",
"description": "You can only write a little code for UITableViewDatasource and UITableViewDelegate",
"homepage": "https://github.com/Haidora/HaidoraTableViewManager",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"mrdaios": "mrdaios@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/Haidora/HaidoraTableViewManager.git",
"tag": "1.0"
},
"source_files": "Source/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}