[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 3 / a / 7 / PockKit / 0.3.0 / PockKit.podspec.json
blob914d3d76da598821cee28ff5060e01542e6721e6
2   "name": "PockKit",
3   "version": "0.3.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.app/docs/",
6   "homepage": "https://pock.app/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.3.0"
17   },
18   "social_media_url": "https://twitter.com/pigigaldi",
19   "platforms": {
20     "osx": "10.15"
21   },
22   "swift_versions": "5",
23   "frameworks": "AppKit",
24   "dependencies": {
25     "TinyConstraints": [
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"