[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / c / 3 / BoundlessKit / 6.0.2 / BoundlessKit.podspec.json
blob09241d96d10bc22964ea3dc6748b0509c4de2d9e
2   "name": "BoundlessKit",
3   "version": "6.0.2",
4   "summary": "A framework to use BoundlessAI reinforcement for iOS",
5   "description": "Make your iOS app habit-forming using BoundlessAI.\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.",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "homepage": "https://github.com/BoundlessAI/BoundlessKit-iOS",
11   "social_media_url": "https://twitter.com/boundlessAI",
12   "authors": {
13     "BoundlessAI": "team@boundless.ai"
14   },
15   "source": {
16     "git": "https://github.com/BoundlessAI/BoundlessKit-iOS.git",
17     "tag": "6.0.2"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "swift_version": "4.2",
23   "public_header_files": "BoundlessKit/Classes/**/*.h",
24   "source_files": "BoundlessKit/Classes/**/*.{h,m,swift}",
25   "frameworks": [
26     "Foundation",
27     "UIKit"
28   ]