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