[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / 4 / d / 5 / TableViewWithBlock / 1.0.1 / TableViewWithBlock.podspec.json
blob68d7f319aa7b5456b715e0cb2c8ea32c9f98070e
2   "name": "TableViewWithBlock",
3   "version": "1.0.1",
4   "summary": "使用 block 使用 UITableView",
5   "homepage": "https://github.com/tpctt/TableViewWithBlock",
6   "social_media_url": "https://github.com/tpctt/TableViewWithBlock",
7   "platforms": {
8     "ios": "6.0"
9   },
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     " tim": "491590253@qq.com"
16   },
17   "source": {
18     "git": "https://github.com/tpctt/TableViewWithBlock.git",
19     "tag": "1.0.1"
20   },
21   "requires_arc": true,
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ],
26   "subspecs": [
27     {
28       "name": "TableViewWithBlock",
29       "source_files": "TableViewWithBlock/**/*.{h,m,mm}",
30       "requires_arc": true
31     }
32   ]