blob: a09c936a8c440bfb05621c0c99b2725126a19ed3 [file] [log] [blame]
{
"name": "YTFPlaceholderTableView",
"platforms": {
"ios": null
},
"version": "0.1",
"license": "MIT",
"summary": "UITableView with placeholder view.",
"homepage": "https://github.com/yetithefoot/YTFPlaceholderTableView",
"authors": {
"YetiTheFoot": "reg.yeti@gmail.com"
},
"source": {
"git": "https://github.com/yetithefoot/YTFPlaceholderTableView.git",
"tag": "0.1"
},
"source_files": "YTFPlaceholderTableView",
"requires_arc": false,
"frameworks": [
"UIKit",
"Foundation",
"QuartzCore"
],
"prefix_header_contents": [
"#import <UIKit/UIKit.h>",
"#import <Foundation/Foundation.h>",
"#import <QuartzCore/QuartzCore.h>"
]
}