blob: 01dfb75837079de24f7fbd64dbd2b4701d869c7d [file] [log] [blame]
{
"name": "Prototype",
"version": "0.3.1",
"summary": "Framework to integrate prototypes into iOS, macOS or tvOS applications",
"description": "The prototype framework allows you to integrate .prototype files created with the macOS Prototype-Application into your iOS, macOS or tvOS application. You can configure and inspect the `PrototypeView` using the Xcode Interface Builder with ease.",
"homepage": "https://twitter.com/PSchmiedmayer",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Paul Schmiedmayer": "paul.schmiedmayer@tum.de"
},
"source": {
"git": "https://github.com/ls1intum/prototype.git",
"tag": "0.3.1"
},
"social_media_url": "https://twitter.com/PSchmiedmayer",
"swift_version": "4.2",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0"
},
"source_files": "Prototype/**/*"
}