blob: 88dd463cb77dceafbd5038ddbdaa041fca5bc5e8 [file] [log] [blame]
{
"name": "LFAdTableViewController",
"version": "1.0.0.1",
"summary": "LFAdTableViewController is UITableViewController with AdView.",
"description": " LFAdTableViewController is UITableViewController with AdView.\n\n * Insert AdView in the bottom of UITableView by Method Swizzling.\n * Import \"UITableViewController+AdView.h\" in UITableViewController.\n * Or Extends \"LFAdTableViewController\"\n * Call \"setAdView:\" and \"setAdIsShown:\"\n",
"homepage": "https://github.com/leak4mk0/LFAdTableViewController",
"screenshots": [
"https://raw.github.com/leak4mk0/LFAdTableViewController/1.0.0.1/screenshots_1.png",
"https://raw.github.com/leak4mk0/LFAdTableViewController/1.0.0.1/screenshots_2.png"
],
"license": "MIT",
"authors": {
"leak4mk0": "leak4mk0[at]gmail.com"
},
"source": {
"git": "https://github.com/leak4mk0/LFAdTableViewController.git",
"tag": "1.0.0.1"
},
"social_media_url": "https://twitter.com/leak4mk0",
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit"
}