[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 5 / 6 / ReusableViewKit / 1.0.0 / ReusableViewKit.podspec.json
blob7ac4ae554497ffa0a5a31f762736a1547bccdeec
2   "name": "ReusableViewKit",
3   "version": "1.0.0",
4   "swift_version": "4.2",
5   "platforms": {
6     "ios": "11.0"
7   },
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "homepage": "https://github.com/eMdOS/ReusableViewKit",
13   "authors": {
14     "eMdOS": "emilio.ojeda.mendoza@gmail.com"
15   },
16   "summary": "A useful framework with extensions and utilities for making development easier.",
17   "source": {
18     "git": "https://github.com/eMdOS/ReusableViewKit.git",
19     "tag": "1.0.0"
20   },
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ],
25   "default_subspecs": "Core",
26   "source_files": "framework/ReusableViewKit.h",
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "framework/sources/core/**/*.{swift}"
31     },
32     {
33       "name": "TableViewSection",
34       "source_files": "framework/sources/table view section/*.{swift}"
35     }
36   ]