blob: c1bc36b881df9d4de0c92390cd210eb57dcbb669 [file] [log] [blame]
{
"name": "PockKit",
"version": "0.1.3",
"summary": "Core framework for building Pock widgets",
"description": "PockKit is the core framework for building Pock widgets.\nDocumentation will be available soon on https://kit.pock.dev/docs/",
"homepage": "https://kit.pock.dev",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"pigigaldi": "info@pigigaldi.com"
},
"source": {
"git": "https://github.com/pigigaldi/PockKit.git",
"tag": "0.1.3"
},
"social_media_url": "https://twitter.com/pigigaldi",
"platforms": {
"osx": "10.12.2"
},
"swift_versions": "5",
"frameworks": "AppKit",
"exclude_files": [
"docs/**/*"
],
"dependencies": {
"SnapKit": [
]
},
"subspecs": [
{
"name": "Protocols",
"source_files": "PockKit/Protocols/**/*"
},
{
"name": "Sources",
"dependencies": {
"PockKit/3rd": [
]
},
"source_files": "PockKit/Sources/**/*"
},
{
"name": "3rd",
"source_files": "PockKit/3rd/**/*"
}
],
"swift_version": "5"
}