blob: dcc5d1bb5135638fbb33d4e35ec7c5bf7759e8f5 [file] [log] [blame]
{
"name": "EvolvKit",
"version": "1.2.3",
"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.2.3"
},
"swift_versions": "5.0",
"platforms": {
"ios": "9.0"
},
"source_files": "Source/**/*.swift",
"dependencies": {
"Alamofire": [
"~> 4.8.0"
],
"PromiseKit": [
"~> 6.0"
]
},
"swift_version": "5.0"
}