blob: 5c8b840a99b852e6d04a9aa7af5edca19aac5bb1 [file] [log] [blame]
{
"name": "Prototyper",
"version": "1.1",
"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.1"
},
"social_media_url": "https://twitter.com/PSchmiedmayer",
"swift_version": "4.2",
"platforms": {
"ios": "11.0"
},
"source_files": "Prototyper/Classes/**/*",
"resources": "Prototyper/Assets/*",
"dependencies": {
"KeychainSwift": [
"13.0.0"
],
"Prototype": [
"0.3.3"
]
}
}