blob: 2e0ba03866eba43548249c112eca51795c92cac6 [file] [log] [blame]
{
"name": "Ariadne",
"version": "0.5.0",
"summary": "Elegant and extensible routing framework in Swift.",
"homepage": "https://github.com/DenTelezhkin/Ariadne",
"license": "MIT",
"authors": {
"Denys Telezhkin": "denys.telezhkin.oss@gmail.com"
},
"social_media_url": "https://twitter.com/DenTelezhkin",
"requires_arc": true,
"platforms": {
"ios": "10.0",
"tvos": "10.0",
"osx": "10.12",
"watchos": "3.0"
},
"source": {
"git": "https://github.com/DenTelezhkin/Ariadne.git",
"tag": "0.5.0"
},
"source_files": "Source/Ariadne/*.{swift}",
"swift_versions": [
"4.2",
"5.0"
],
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"tvos": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"osx": {
"frameworks": [
"Foundation",
"AppKit"
]
},
"watchos": {
"frameworks": [
"Foundation",
"WatchKit"
]
},
"swift_version": "5.0"
}