[Add] PlayerUI 0.10.1
[CocoaPods.git] / Specs / 7 / c / 3 / BoundlessKit / 5.4.2b / BoundlessKit.podspec.json
blobf275dc212a23abdeb4c9b6dcf8d89c69f2192f7a
2   "name": "BoundlessKit",
3   "version": "5.4.2b",
4   "summary": "A framework to use BoundlessAI reinforcement for iOS",
5   "homepage": "https://github.com/BoundlessAI/BoundlessKit-iOS",
6   "social_media_url": "https://twitter.com/boundlessAI",
7   "description": "Make your iOS app habit-forming using BoundlessAI.\n\nThis packages provides a framework for interacting with BoundlessAI 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 Boundless Developer Dashboard, you may use this framework to place 'tracking', and 'reinforcement' calls from inside your app that will communicate directly with BoundlessAI.",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "BoundlessAI": "team@boundless.ai"
14   },
15   "source": {
16     "git": "https://github.com/BoundlessAI/BoundlessKit-iOS.git",
17     "tag": "5.4.2b"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "BoundlessKit/Classes/**/*",
23   "resource_bundles": {
24     "BoundlessKit": [
25       "BoundlessKit/Assets/*.png"
26     ]
27   },
28   "public_header_files": "BoundlessKit/Classes/**/*.h"