blob: 0f4cf1ef6399e99f898ecf582a55ec098abd0d6a [file] [log] [blame]
{
"name": "Cheddah",
"version": "1.0.0",
"summary": "The iOS integration for Cheddah (written in Swift)",
"description": "The iOS integration for Cheddah (written in Swift). Cheddah is a platform and service that gives brands the ability to activate surveys for their users to take in real-time, for any potential cash-based incentives.",
"homepage": "https://github.com/Cheddah/Cheddah",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Cheddah": "michael@cheddah.io"
},
"source": {
"git": "https://github.com/Cheddah/Cheddah.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Classes/**/*",
"resource_bundles": {
"Cheddah": [
"Assets/*"
]
},
"frameworks": [
"UIKit",
"CoreLocation",
"Foundation",
"WebKit",
"AVFoundation"
],
"dependencies": {
"SnapKit": [
"~> 4.0.0"
]
},
"pushed_with_swift_version": "4.0"
}