[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 2 / 0 / UITableViewHelper / 0.0.8 / UITableViewHelper.podspec.json
blob8b995de03d97a75fadbf9b0b58ab4d72123e3d1b
2   "name": "UITableViewHelper",
3   "version": "0.0.8",
4   "summary": "Easier integration of UITableViews with custom cells built from nib files or storyboards.",
5   "homepage": "https://github.com/fer662/UITableViewHelper",
6   "license": "MIT",
7   "authors": {
8     "Fernando Mazzon": "fer662@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/fer662/UITableViewHelper.git",
12     "tag": "0.0.8"
13   },
14   "platforms": {
15     "ios": null
16   },
17   "source_files": [
18     "Classes",
19     "Classes/**/*.{h,m}"
20   ],
21   "public_header_files": "Classes/**/*.h",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "RuntimeHelpers": [
30     ]
31   }