blob: b402a33cfbefd536ab76d0539b04f2d6ccb425f0 [file] [log] [blame]
{
"name": "AmpiOS",
"version": "1.1.0-beta",
"summary": "Amp.ai client for iOS applications.",
"homepage": "https://github.com/ScaledInference/Amp-iOS-SDK.git",
"authors": {
"Steve Mask": "steve@scaledinference.com"
},
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/ScaledInference/Amp-iOS-SDK.git",
"tag": "v1.1.0-beta"
},
"dependencies": {
"SQLite.swift": [
"~> 0.11.5"
]
},
"ios": {
"vendored_frameworks": "AmpiOS.framework"
}
}