blob: 3790c25a843d0437a7ff959536292121b20b317c [file] [log] [blame]
{
"name": "EvolvKit",
"version": "1.0.1",
"summary": "Autonomous Optimizations Tool",
"description": "'This SDK is designed to be integrated into projects to allow for autonomous UI optimozations'",
"homepage": "https://github.com/evolv-ai/EvolvKit",
"license": {
"type": "APACHE",
"file": "LICENSE"
},
"authors": {
"PhyllisWong": "phyllis.wong@evolv.ai"
},
"source": {
"git": "https://github.com/evolv-ai/EvolvKit.git",
"tag": "1.0.1"
},
"swift_versions": "5.0",
"platforms": {
"ios": "9.0"
},
"source_files": "Source/**/*.swift",
"dependencies": {
"Alamofire": [
],
"SwiftyJSON": [
"~> 4.0"
],
"PromiseKit": [
"~> 6.8"
]
},
"swift_version": "5.0"
}