[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 3 / a / 7 / PockKit / 0.1.2 / PockKit.podspec.json
bloba0ed97115eaf849dfed7cc469dfcf7450bae3779
2   "name": "PockKit",
3   "version": "0.1.2",
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://kit.pock.dev/docs/",
6   "homepage": "https://kit.pock.dev",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "pigigaldi": "info@pigigaldi.com"
13   },
14   "source": {
15     "git": "https://github.com/pigigaldi/PockKit.git",
16     "tag": "0.1.2"
17   },
18   "social_media_url": "https://twitter.com/pigigaldi",
19   "platforms": {
20     "osx": "10.12.2"
21   },
22   "swift_versions": "5",
23   "frameworks": "AppKit",
24   "exclude_files": [
25     "docs/**/*"
26   ],
27   "dependencies": {
28     "SnapKit": [
30     ]
31   },
32   "swift_version": "5",
33   "subspecs": [
34     {
35       "name": "Protocols",
36       "source_files": "PockKit/Protocols/**/*"
37     },
38     {
39       "name": "Sources",
40       "dependencies": {
41         "PockKit/3rd": [
43         ]
44       },
45       "source_files": "PockKit/Sources/**/*"
46     },
47     {
48       "name": "3rd",
49       "source_files": "PockKit/3rd/**/*"
50     }
51   ]