blob: 7b2ea680ddaaa15d25dd4e73e96e32b66dce689f [file] [log] [blame]
{
"name": "PinpointKit",
"version": "1.2.0",
"homepage": "https://github.com/Lickability/PinpointKit",
"source": {
"git": "https://github.com/Lickability/PinpointKit.git",
"tag": "1.2.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": "matt@lickability.com",
"Brian Capps": "brian@lickability.com",
"Kenneth Ackerson": "pearapps@gmail.com",
"Paul Rehkugler": "paul@rehkugler.com",
"Michael Liberatore": "michael@lickability.com",
"Andrew Harrison": "andrew@lickability.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"default_subspecs": "Core",
"dependencies": {
},
"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"
]
}
]
}