forked from Lickability/PinpointKit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PinpointKit.podspec.json
49 lines (49 loc) · 1.3 KB
/
PinpointKit.podspec.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "PinpointKit",
"version": "1.0.0",
"homepage": "https://github.com/Lickability/PinpointKit",
"source": {
"git": "https://github.com/Lickability/PinpointKit.git",
"tag": "1.0.0"
},
"summary": "A library that makes bug reporting simple for your users by allowing them to send feedback with annotated screenshots and logs.",
"authors" : {
"Matthew Bischoff": "[email protected]",
"Brian Capps": "[email protected]",
"Kenneth Ackerson": "[email protected]",
"Paul Rehkugler": "[email protected]",
"Michael Liberatore": "[email protected]",
"Andrew Harrison": "[email protected]"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"subspecs": [
{
"name": "Core",
"resources": "PinpointKit/PinpointKit/Resources/*",
"source_files": "PinpointKit/PinpointKit/Sources/Core/**/*.{h,m,swift}",
"frameworks": [
"MessageUI"
]
},
{
"name": "ScreenshotDetector",
"source_files": "PinpointKit/PinpointKit/Sources/ScreenshotDetector/ScreenshotDetector.swift",
"frameworks": [
"Photos"
]
}
],
"default_subspec": "Core",
"dependencies": { }
}