blob: 9430be492bf191521678a5277f5fc9e4229cc6dc [file] [log] [blame]
{
"name": "PockKit",
"version": "0.1.1",
"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.1"
},
"social_media_url": "https://twitter.com/pigigaldi",
"platforms": {
"osx": "10.12.2"
},
"swift_versions": "4.2",
"frameworks": "AppKit",
"exclude_files": [
"docs/**/*"
],
"dependencies": {
"SnapKit": [
]
},
"swift_version": "4.2",
"subspecs": [
{
"name": "Protocols",
"source_files": "PockKit/Protocols/**/*"
},
{
"name": "Sources",
"source_files": "PockKit/Sources/**/*"
}
]
}