[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / d / 7 / DopamineKit / 4.4.0 / DopamineKit.podspec.json
blob594eff8adf73bb85e8e6ad98ad382c96998c533c
2   "name": "DopamineKit",
3   "version": "4.4.0",
4   "summary": "A framework to use DopamineLabs machine learning API written in Swift 4",
5   "homepage": "https://github.com/DopamineLabs/DopamineKit-iOS",
6   "social_media_url": "https://twitter.com/usedopamine",
7   "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.",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE.txt"
11   },
12   "authors": {
13     "Akash Desai": "team@usedopamine.com"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/DopamineLabs/DopamineKit-iOS.git",
20     "tag": "4.4.0"
21   },
22   "source_files": "Sources/**/*",
23   "public_header_files": "Sources/**/*.h",
24   "frameworks": "CoreData",
25   "pushed_with_swift_version": "3.0"