[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 1 / 7 / f / BBTableView / 0.5 / BBTableView.podspec.json
blob3f49cc91228cea47b52d4aad7d614208e4dca0c7
2   "name": "BBTableView",
3   "version": "0.5",
4   "summary": "Use table view to layout a view auto resized with sub views height changed",
5   "homepage": "https://github.com/buhailiang/BBTableView",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "bartx": "https://github.com/buhailiang"
12   },
13   "platforms": {
14     "ios": "6.0"
15   },
16   "source": {
17     "git": "https://github.com/buhailiang/BBTableView.git",
18     "tag": "v0.5"
19   },
20   "source_files": "BBTableView/*.{h,m}",
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "ScrollView",
25       "source_files": "BBTableView/*Scroll*.{h,m}"
26     },
27     {
28       "name": "TableView",
29       "source_files": "BBTableView/*Table*.{h,m}"
30     }
31   ]