[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 7 / 1 / f / JUNTableView / 0.1.1 / JUNTableView.podspec.json
blobc8d6297842156f78db7e5785b3b6a143deb2b825
2   "name": "JUNTableView",
3   "version": "0.1.1",
4   "summary": "An extension to UITableView that makes creating tableviews efficiently and gracefully.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/Jun2786184671/JUNTableView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jun Ma": "maxinchun5@gmail.com"
13   },
14   "source": {
15     "git": "git@github.com:Jun2786184671/JUNTableView.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "JUNTableView/Classes/**/*",
22   "public_header_files": "JUNTableView/Classes/*.h",
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ]