[Add] FTMobileSDK 1.5.8-alpha.2
[CocoaPods.git] / Specs / 7 / c / 3 / BoundlessKit / 5.5.3-ios8 / BoundlessKit.podspec.json
blobaccac838b5d5b38713390a4b71151f036ecff414
2   "name": "BoundlessKit",
3   "version": "5.5.3-ios8",
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.5.3-ios8"
18   },
19   "platforms": {
20     "ios": "8.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"