repo.or.cz
/
CocoaPods.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[Add] CastledNotificationService 4.1.3
[CocoaPods.git]
/
Specs
/
a
/
b
/
d
/
Sentry
/
3.9.1
/
Sentry.podspec.json
blob
7a2e30f25a454ca7658dec1880cfcb7bedef7dd1
1
{
2
"name": "Sentry",
3
"version": "3.9.1",
4
"summary": "Sentry client for cocoa",
5
"homepage": "https://github.com/getsentry/sentry-cocoa",
6
"license": "mit",
7
"authors": "Sentry",
8
"source": {
9
"git": "https://github.com/getsentry/sentry-cocoa.git",
10
"tag": "3.9.1"
11
},
12
"platforms": {
13
"ios": "8.0",
14
"osx": "10.10",
15
"tvos": "9.0",
16
"watchos": "2.0"
17
},
18
"module_name": "Sentry",
19
"requires_arc": true,
20
"libraries": "z",
21
"default_subspecs": [
22
"Core",
23
"KSCrash"
24
],
25
"subspecs": [
26
{
27
"name": "Core",
28
"source_files": "Sources/Sentry/**/*.{h,m}"
29
},
30
{
31
"name": "KSCrash",
32
"dependencies": {
33
"KSCrash/Core": [
34
"~> 1.15.12"
35
]
36
}
37
}
38
]
39
}