blob: 9321ec5433c4d46e65abbe89c4e12ec2a09f8d4c [file] [log] [blame]
{
"name": "IanTableViewManager",
"version": "0.1.0",
"summary": "Data structure implementation of table view with self-sizing cell in iOS8 Autolayout",
"homepage": "https://github.com/ianweng/IanTableViewManager",
"license": "MIT",
"authors": {
"Ian Weng": "ianweng@foxmail.com"
},
"source": {
"git": "https://github.com/ianweng/IanTableViewManager.git",
"branch": "master",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Classes/*"
}