blob: 9a342f2f7a0053f7e035a0db8d0940aa94e126bc [file] [log] [blame]
{
"name": "Ariadne",
"version": "0.1.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.1.0"
},
"source_files": [
"Source/*.{swift}",
"Source/**/*.{swift}"
],
"swift_version": "4.2",
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"tvos": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"osx": {
"frameworks": [
"Foundation",
"AppKit"
]
},
"watchos": {
"frameworks": [
"Foundation",
"WatchKit"
]
}
}