[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 3 / a / 7 / PockKit / 0.1.1 / PockKit.podspec.json
blob9430be492bf191521678a5277f5fc9e4229cc6dc
2   "name": "PockKit",
3   "version": "0.1.1",
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.1"
17   },
18   "social_media_url": "https://twitter.com/pigigaldi",
19   "platforms": {
20     "osx": "10.12.2"
21   },
22   "swift_versions": "4.2",
23   "frameworks": "AppKit",
24   "exclude_files": [
25     "docs/**/*"
26   ],
27   "dependencies": {
28     "SnapKit": [
30     ]
31   },
32   "swift_version": "4.2",
33   "subspecs": [
34     {
35       "name": "Protocols",
36       "source_files": "PockKit/Protocols/**/*"
37     },
38     {
39       "name": "Sources",
40       "source_files": "PockKit/Sources/**/*"
41     }
42   ]