[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 9 / 3 / 2 / LFAdTableViewController / 1.0.0.1 / LFAdTableViewController.podspec.json
blob88dd463cb77dceafbd5038ddbdaa041fca5bc5e8
2   "name": "LFAdTableViewController",
3   "version": "1.0.0.1",
4   "summary": "LFAdTableViewController is UITableViewController with AdView.",
5   "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",
6   "homepage": "https://github.com/leak4mk0/LFAdTableViewController",
7   "screenshots": [
8     "https://raw.github.com/leak4mk0/LFAdTableViewController/1.0.0.1/screenshots_1.png",
9     "https://raw.github.com/leak4mk0/LFAdTableViewController/1.0.0.1/screenshots_2.png"
10   ],
11   "license": "MIT",
12   "authors": {
13     "leak4mk0": "leak4mk0[at]gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/leak4mk0/LFAdTableViewController.git",
17     "tag": "1.0.0.1"
18   },
19   "social_media_url": "https://twitter.com/leak4mk0",
20   "platforms": {
21     "ios": "5.0"
22   },
23   "requires_arc": true,
24   "source_files": "Pod/Classes/**/*",
25   "public_header_files": "Pod/Classes/**/*.h",
26   "frameworks": "UIKit"