blob: 73e58d5cd4779645827a1d9893f26d320340b69a [file] [log] [blame]
{
"name": "EvolvKit",
"version": "1.1.2",
"summary": "Autonomous Optimization Tool",
"description": "'This SDK is designed to be integrated into projects to allow for autonomous UI optimizations'",
"homepage": "https://github.com/evolv-ai/EvolvKit",
"license": {
"type": "APACHE",
"file": "LICENSE"
},
"authors": {
"Evolv": "phyllis.wong@evolv.ai"
},
"source": {
"git": "https://github.com/evolv-ai/EvolvKit.git",
"tag": "1.1.2"
},
"swift_versions": "5.0",
"platforms": {
"ios": "9.0"
},
"source_files": "Source/**/*.swift",
"dependencies": {
"Alamofire": [
"~> 4.8.0"
],
"PromiseKit": [
"~> 6.0"
]
},
"swift_version": "5.0"
}