blob: 75d199efe653bf2b3f33061f29e9056949806500 [file] [log] [blame]
{
"name": "PLTableManager",
"version": "0.1.0",
"summary": "Simple tableview controller with data source abstraction",
"homepage": "https://github.com/PitchLabsAsh/PLTableViewController",
"license": "MIT",
"authors": {
"Ash Thwaites": "ash@trypitch.com"
},
"source": {
"git": "https://github.com/PitchLabsAsh/PLTableViewController.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"PLTableViewController": [
"Pod/Assets/*.png"
]
}
}