[Add] jooohhn-Amplitude 9.3.3
[CocoaPods.git] / Specs / b / d / 7 / DopamineKit / 5.2.9 / DopamineKit.podspec.json
blobd646459e5dc0a5ee37cff18a6c66499f4fede101
2   "name": "DopamineKit",
3   "version": "5.2.9",
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.9"
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"