[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / a / 4 / d / RollbarCommon / 2.0.0-beta.14 / RollbarCommon.podspec.json
blob2332769dba4d12795521e7cec63792c1e28403e2
2   "name": "RollbarCommon",
3   "version": "2.0.0-beta.14",
4   "summary": "Application or client side SDK for interacting with 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/apple",
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-apple.git",
19     "tag": "2.0.0-beta.14"
20   },
21   "resources": "rollbar-logo.png",
22   "platforms": {
23     "ios": "9.0",
24     "osx": "10.10",
25     "tvos": "11.0",
26     "watchos": "4.0"
27   },
28   "source_files": "RollbarCommon/Sources/RollbarCommon/**/*.{h,m}",
29   "public_header_files": "RollbarCommon/Sources/RollbarCommon/include/*.h",
30   "module_map": "RollbarCommon/Sources/RollbarCommon/include/module.modulemap",
31   "frameworks": "Foundation",
32   "requires_arc": true,
33   "pod_target_xcconfig": {
34     "ONLY_ACTIVE_ARCH": "YES",
35     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
36   },
37   "user_target_xcconfig": {
38     "ONLY_ACTIVE_ARCH": "YES",
39     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
40   },
41   "tvos": {
42     "pod_target_xcconfig": {
43       "ONLY_ACTIVE_ARCH": "YES",
44       "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
45     },
46     "user_target_xcconfig": {
47       "ONLY_ACTIVE_ARCH": "YES",
48       "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
49     }
50   }