blob: ca1323cc0ce4c6ed219aadfb9627ac4fc6ce237f [file] [log] [blame]
{
"name": "DopamineKit",
"version": "4.0.1",
"summary": "A framework to use DopamineLabs machine learning API",
"description": "Make your iOS app habit-forming using the DopamineAPI.\n\nThis packages provides a framework for interacting with the DopamineAPI from a Cocoa based iOS application. After you have received your API key and configured the actions and reinforcements relevant to your app on the Dopamine Developer Dashboard, you may use this framework to place 'tracking', and 'reinforcement' calls from inside your app that will communicate directly with the DopamineAPI.",
"homepage": "https://github.com/DopamineLabs/DopamineKit-iOS",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Akash Desai": "team@usedopamine.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/DopamineLabs/DopamineKit-iOS.git",
"tag": "4.0.1"
},
"source_files": "Sources/**/*",
"public_header_files": "Sources/**/*.h",
"dependencies": {
"SQLite.swift": [
]
}
}