[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / b / 0 / 1 / RollbarDeploys / 2.0.0-alpha6 / RollbarDeploys.podspec.json
blob11daa7b8e142206d9152a6e15eb7e44115d30345
2   "name": "RollbarDeploys",
3   "version": "2.0.0-alpha6",
4   "summary": "Application/client side SDK for accessing the Rollbar API Server.",
5   "description": "Find, fix, and resolve errors with Rollbar.\nEasily send error data using Rollbar API.\nAnalyze, de-dupe, send alerts, and prepare the data for further analysis.\nSearch, sort, and prioritize via the Rollbar dashboard.",
6   "homepage": "https://rollbar.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "documentation_url": "https://docs.rollbar.com/docs/ios",
12   "authors": {
13     "Andrey Kornich (Wide Spectrum Computing LLC)": "akornich@gmail.com",
14     "Rollbar": "support@rollbar.com"
15   },
16   "social_media_url": "http://twitter.com/rollbar",
17   "source": {
18     "git": "https://github.com/rollbar/rollbar-ios.git",
19     "tag": "v2.0.0-alpha6",
20     "submodules": true
21   },
22   "resources": "rollbar-logo.png",
23   "platforms": {
24     "ios": "8.0",
25     "osx": "10.10",
26     "tvos": "11.0"
27   },
28   "source_files": "RollbarDeploys/Sources/RollbarDeploys/**/*.{h,m}",
29   "public_header_files": "RollbarDeploys/Sources/RollbarDeploys/include/*.h",
30   "module_map": "RollbarDeploys/Sources/RollbarDeploys/include/module.modulemap",
31   "frameworks": "Foundation",
32   "dependencies": {
33     "RollbarCommon": [
34       "~> 2.0.0-alpha6"
35     ]
36   },
37   "requires_arc": true