[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / d / 7 / DopamineKit / 4.0.0beta2 / DopamineKit.podspec.json
blobad05dd6a46a8d568197140d518e2e3d014531540
2   "name": "DopamineKit",
3   "version": "4.0.0beta2",
4   "summary": "A framework to use DopamineLabs machine learning API",
5   "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.",
6   "homepage": "https://github.com/DopamineLabs/DopamineKit-iOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Akash Desai": "team@usedopamine.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/DopamineLabs/DopamineKit-iOS.git",
19     "tag": "4.0.0beta2"
20   },
21   "source_files": "Sources/**/*",
22   "public_header_files": "Sources/**/*.h",
23   "dependencies": {
24     "SQLite.swift": [
26     ]
27   }