blob: 2f34c4950144d0e1540ab51f19f30d1839a578cb [file] [log] [blame]
{
"name": "EvolvKit",
"version": "0.1.3",
"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",
"file": "LICENSE"
},
"authors": {
"PhyllisWong": "phyllis.wong@evolv.ai"
},
"source": {
"git": "https://github.com/PhyllisWong/EvolvKit.git",
"tag": "0.1.3"
},
"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"
}