[Add] VideoIDSDK 1.28.3-FR
[CocoaPods.git] / Specs / b / d / 7 / DopamineKit / 5.2.3 / DopamineKit.podspec.json
blob8faa77c5dd242a9e71ba8b1b4c0a672cdd18820f
2   "name": "DopamineKit",
3   "version": "5.2.3",
4   "summary": "A framework to use DopamineLabs reinforcement 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": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/DopamineLabs/DopamineKit-iOS.git",
20     "tag": "5.2.3"
21   },
22   "source_files": "Sources/**/*",
23   "resource_bundles": {
24     "DopamineKit": [
25       "Sources/Assets/*.png"
26     ]
27   },
28   "public_header_files": "Sources/**/*.h",
29   "pushed_with_swift_version": "4.0"