[Add] FTMobileSDK 1.5.8-alpha.2
[CocoaPods.git] / Specs / 7 / c / 3 / BoundlessKit / 5.4.1 / BoundlessKit.podspec.json
blobf2e991331894552b513c0406d66e97813c2d8082
2   "name": "BoundlessKit",
3   "version": "5.4.1",
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.1"
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"