blob: 864a0d4e9d29c030c9fd6aa592a90e4aadd3f5c0 [file] [log] [blame]
{
"name": "Elevate",
"version": "3.1.1",
"summary": "Elevate is a JSON parsing framework that leverages Swift to make parsing simple, reliable and composable.",
"homepage": "https://github.com/Nike-Inc/Elevate",
"license": "MIT",
"authors": {
"Eric Appel": "eric.appel@nike.com",
"Christian Noon": "christian.noon@nike.com"
},
"source": {
"git": "https://github.com/Nike-Inc/Elevate.git",
"tag": "3.1.1"
},
"source_files": "Source/*.swift",
"swift_versions": [
"4.2",
"5.0"
],
"platforms": {
"ios": "8.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
}
}