blob: 945327f2b3cd06a3b188f92252420f5ee3004265 [file] [log] [blame]
{
"name": "Prototype",
"version": "0.3.2",
"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.2"
},
"social_media_url": "https://twitter.com/PSchmiedmayer",
"swift_version": "4.2",
"platforms": {
"ios": "11.0",
"osx": "10.13",
"tvos": "11.0"
},
"source_files": "Prototype/**/*"
}