blob: 8491ca3beeed0ca6272cc4d15b1d1eeb8ab4a039 [file] [log] [blame]
{
"name": "Ariadne",
"version": "0.7.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.7.0"
},
"source_files": "Source/Ariadne/*.{swift}",
"swift_versions": [
"4.2",
"5.0",
"5.1",
"5.2",
"5.3"
],
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"tvos": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"osx": {
"frameworks": [
"Foundation",
"AppKit"
]
},
"watchos": {
"frameworks": [
"Foundation",
"WatchKit"
]
},
"swift_version": "5.3"
}