[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 3 / a / 7 / PockKit / 0.1.3 / PockKit.podspec.json
blobc1bc36b881df9d4de0c92390cd210eb57dcbb669
2   "name": "PockKit",
3   "version": "0.1.3",
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.3"
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   "subspecs": [
33     {
34       "name": "Protocols",
35       "source_files": "PockKit/Protocols/**/*"
36     },
37     {
38       "name": "Sources",
39       "dependencies": {
40         "PockKit/3rd": [
42         ]
43       },
44       "source_files": "PockKit/Sources/**/*"
45     },
46     {
47       "name": "3rd",
48       "source_files": "PockKit/3rd/**/*"
49     }
50   ],
51   "swift_version": "5"