blob: e697e99981d14650ba9e977966495da8f7a4e15a [file] [log] [blame]
{
"name": "RollbarSwift",
"version": "2.0.0-beta.22",
"summary": "Application or client side SDK for interacting with the Rollbar API Server.",
"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.",
"homepage": "https://rollbar.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"documentation_url": "https://docs.rollbar.com/docs/apple",
"authors": {
"Andrey Kornich (Wide Spectrum Computing LLC)": "akornich@gmail.com",
"Rollbar": "support@rollbar.com"
},
"social_media_url": "http://twitter.com/rollbar",
"source": {
"git": "https://github.com/rollbar/rollbar-apple.git",
"tag": "2.0.0-beta.22"
},
"resources": "rollbar-logo.png",
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "11.0",
"watchos": "4.0"
},
"source_files": "RollbarSwift/Sources/RollbarSwift/**/*.{h,m}",
"public_header_files": "RollbarSwift/Sources/RollbarSwift/include/*.h",
"module_map": "RollbarSwift/Sources/RollbarSwift/include/module.modulemap",
"frameworks": "Foundation",
"dependencies": {
"RollbarCommon": [
"~> 2.0.0-beta.22"
],
"RollbarNotifier": [
"~> 2.0.0-beta.22"
]
},
"requires_arc": true,
"xcconfig": {
"USE_HEADERMAP": "NO",
"HEADER_SEARCH_PATHS": "$(PODS_ROOT)/RollbarSwift/RollbarSwift/Sources/RollbarSwift/**"
},
"pod_target_xcconfig": {
"ONLY_ACTIVE_ARCH": "YES",
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"ONLY_ACTIVE_ARCH": "YES",
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"tvos": {
"pod_target_xcconfig": {
"ONLY_ACTIVE_ARCH": "YES",
"EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
},
"user_target_xcconfig": {
"ONLY_ACTIVE_ARCH": "YES",
"EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
}
}
}