[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 3 / a / 7 / PockKit / 0.2.0 / PockKit.podspec.json
blob42222fea89b9662a24a5fec82440dda51ac1d5b1
2   "name": "PockKit",
3   "version": "0.2.0",
4   "summary": "Core framework for building Pock widgets",
5   "description": "PockKit is the core framework for building Pock widgets.\nDocumentation will be available soon on https://pock.dev/docs/",
6   "homepage": "https://pock.dev/docs",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Pierluigi Galdi": "pigi.galdi@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/pock/pockkit.git",
16     "tag": "0.2.0"
17   },
18   "social_media_url": "https://twitter.com/pigigaldi",
19   "platforms": {
20     "osx": "10.13"
21   },
22   "swift_versions": "5",
23   "frameworks": "AppKit",
24   "dependencies": {
25     "SnapKit": [
27     ]
28   },
29   "exclude_files": [
30     "docs/**/*"
31   ],
32   "subspecs": [
33     {
34       "name": "3rd",
35       "source_files": "PockKit/3rd/**/*"
36     },
37     {
38       "name": "Sources",
39       "dependencies": {
40         "PockKit/3rd": [
42         ]
43       },
44       "source_files": "PockKit/Sources/**/*"
45     }
46   ],
47   "swift_version": "5"