[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 4 / a / 8 / GJStaticTableView / 0.0.2.beta / GJStaticTableView.podspec.json
blob27c1bd980e97530ca980e0ec4718855a02769768
2   "name": "GJStaticTableView",
3   "summary": "A static TableView, like TableView in StoryBoard",
4   "version": "0.0.2.beta",
5   "license": {
6     "type": "MIT",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "wangyutao": "wangyutao0424@163.com"
11   },
12   "homepage": "https://github.com/GJGroup/GJStaticTableView",
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source": {
17     "git": "https://github.com/GJGroup/GJStaticTableView.git",
18     "tag": "0.0.2.beta"
19   },
20   "requires_arc": true,
21   "source_files": "GJStaticTableView/*.{h,m}",
22   "public_header_files": "GJStaticTableView/*.{h}",
23   "frameworks": "UIKit",
24   "dependencies": {
25     "UITableView+FDTemplateLayoutCell": [
27     ]
28   }