[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 3 / 0 / MAXTableView / 0.0.5 / MAXTableView.podspec.json
blob8ce2d6e93d166c15881c9f9dcd5f846800cd4b40
2   "name": "MAXTableView",
3   "version": "0.0.5",
4   "summary": "Use TableView easily.",
5   "description": "Use autolayout to calculate and cache tableview cell height automatically just by one line code",
6   "homepage": "https://github.com/matrixs/MAXTableView",
7   "license": "GNU",
8   "authors": {
9     "matrixs": "363986099@qq.com"
10   },
11   "platforms": {
12     "ios": null
13   },
14   "source": {
15     "git": "https://github.com/matrixs/MAXTableView.git",
16     "tag": "0.0.5",
17     "branch": "master"
18   },
19   "source_files": [
20     "Source",
21     "Source/**/*.{h,m}"
22   ],
23   "exclude_files": "Classes/Exclude",
24   "frameworks": [
25     "UIKit",
26     "Foundation"
27   ]