blob: 27f02496d40121cd5a2aad258fe634c44d94b569 [file] [log] [blame]
{
"name": "EvolvKit",
"version": "1.2.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.2.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"
}