[Add] ACWebSocketClient 0.1.0
[CocoaPods.git] / Specs / 6 / 2 / 5 / JLCardSectionTableView / 1.0.0 / JLCardSectionTableView.podspec.json
blob71f67057e28b6778fde765fd829224ece6fc3167
2   "name": "JLCardSectionTableView",
3   "version": "1.0.0",
4   "summary": "A tableview were sections are shown as cards. Custom cells are supported for full customisability.",
5   "description": "A custom tableview class where sections are displayed as cards and rows as the content.\nThis supports headers, and custom rows.\nUses auto-layout.",
6   "homepage": "http://goonncode.com",
7   "license": {
8     "type": "BSD 3",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jordan Joseph Lewis": "dev_jordanlewis@icloud.com"
13   },
14   "social_media_url": "http://twitter.com/goonncode",
15   "platforms": {
16     "ios": "10.0"
17   },
18   "source": {
19     "git": "https://github.com/jjlewis/JLCardSectionTableView.git",
20     "tag": "1.0.0"
21   },
22   "source_files": [
23     "JLCardSectionTableView/JLCardSectionTableView",
24     "JLCardSectionTableView/JLCardSectionTableView/**/*.{h,m,swift}"
25   ],
26   "exclude_files": "JLCardSectionTableView/JLCardSectionTableViewTests",
27   "resources": [
28     "JLCardSectionTableView/JLCardSectionTableView/*.xcassets",
29     "JLCardSectionTableView/JLCardSectionTableView/**/*.xib"
30   ],
31   "pod_target_xcconfig": {
32     "SWIFT_VERSION": "4"
33   },
34   "pushed_with_swift_version": "4.0"