[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / c / 0 / a / PinpointKit / 1.1.0 / PinpointKit.podspec.json
blobf723ce9208851d56d061fce3c655a850d9ec9982
2   "name": "PinpointKit",
3   "version": "1.1.0",
4   "homepage": "https://github.com/Lickability/PinpointKit",
5   "source": {
6     "git": "https://github.com/Lickability/PinpointKit.git",
7     "tag": "1.1.0"
8   },
9   "summary": "A library that makes bug reporting simple for your users by allowing them to send feedback with annotated screenshots and logs.",
10   "authors": {
11     "Matthew Bischoff": "matt@lickability.com",
12     "Brian Capps": "brian@lickability.com",
13     "Kenneth Ackerson": "pearapps@gmail.com",
14     "Paul Rehkugler": "paul@rehkugler.com",
15     "Michael Liberatore": "michael@lickability.com",
16     "Andrew Harrison": "andrew@lickability.com"
17   },
18   "license": {
19     "type": "MIT",
20     "file": "LICENSE"
21   },
22   "platforms": {
23     "ios": "9.0"
24   },
25   "requires_arc": true,
26   "frameworks": [
27     "Foundation",
28     "UIKit"
29   ],
30   "default_subspecs": "Core",
31   "dependencies": {
32   },
33   "pushed_with_swift_version": "4.0",
34   "subspecs": [
35     {
36       "name": "Core",
37       "resources": "PinpointKit/PinpointKit/Resources/*",
38       "source_files": "PinpointKit/PinpointKit/Sources/Core/**/*.{h,m,swift}",
39       "frameworks": [
40         "MessageUI"
41       ]
42     },
43     {
44       "name": "ScreenshotDetector",
45       "source_files": "PinpointKit/PinpointKit/Sources/ScreenshotDetector/ScreenshotDetector.swift",
46       "frameworks": [
47         "Photos"
48       ]
49     }
50   ]