blob: 5eae20342fe790d1fc0caa627cc5acaf558039c7 [file] [log] [blame]
{
"name": "AmpiOS",
"version": "1.2.0",
"summary": "Amp.ai client for iOS applications.",
"homepage": "https://github.com/ScaledInference/Amp-iOS-SDK.git",
"authors": {
"Steve Mask": "steve@scaledinference.com",
"Olha Prokopiuk": "olha@scaledinference.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "5.0",
"source": {
"git": "https://github.com/ScaledInference/Amp-iOS-SDK.git",
"tag": "v1.2.0"
},
"dependencies": {
"SQLite.swift": [
"~> 0.12.0"
]
},
"ios": {
"vendored_frameworks": "AmpiOS.framework"
}
}