blob: 8f627a5115ddfaa2620e292e8999346411df05b4 [file] [log] [blame]
{
"name": "UITableViewHelper",
"version": "0.0.4",
"summary": "Easier integration of UITableViews with custom cells built from nib files.",
"homepage": "https://github.com/fer662/UITableViewHelper",
"license": "MIT",
"authors": {
"Fernando Mazzon": "fer662@gmail.com"
},
"source": {
"git": "https://github.com/fer662/UITableViewHelper.git",
"tag": "0.0.4"
},
"platforms": {
"ios": null
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"public_header_files": "Classes/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"RuntimeHelpers": [
]
}
}