blob: dce3819aa54392f971ad180adcffc40566a730f0 [file] [log] [blame]
{
"name": "Prototyper",
"version": "1.2.0",
"summary": "Framework that allows you to integrate prototypes into an iOS application and receive feedback using the Prototyper service.",
"description": "The Prototyper Framework allows you to integrate prototypes into an iOS application and receive feedback using Prototyper service. When you deploy an application using the Prototyper service (https://prototyper-bruegge.in.tum.de) the Prototyper Framework allows users to send feedback from within the application.",
"homepage": "https://www1.in.tum.de",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Paul Schmiedmayer": "paul.schmiedmayer@tum.de",
"Chair of Applied Software Engineering": "ios@in.tum.de",
"Stefan Kofler": "grafele@gmail.com"
},
"source": {
"git": "https://github.com/ls1intum/prototyper.git",
"tag": "1.2.0"
},
"social_media_url": "https://twitter.com/PSchmiedmayer",
"swift_versions": "5.1",
"platforms": {
"ios": "11.0"
},
"source_files": "Prototyper/Classes/**/*",
"resources": "Prototyper/Assets/*",
"dependencies": {
"KeychainSwift": [
"17.0.0"
],
"Prototype": [
"0.4.0"
]
},
"swift_version": "5.1"
}