[Add] MapboxCommon 24.10.0-daily-2024-12-30-04-26
[CocoaPods.git] / Specs / e / 9 / 8 / DrawReport / 0.2 / DrawReport.podspec.json
bloba3cdf62d204d55259e988f5b881ab76648df9752
2   "name": "DrawReport",
3   "platforms": {
4     "ios": "6.0"
5   },
6   "version": "0.2",
7   "license": "MIT",
8   "summary": "Report UI issues by shaking your device to draw and annotate them.",
9   "homepage": "https://github.com/opedge/DrawReport",
10   "authors": {
11     "Oleg Poyaganov": "opedge@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/opedge/DrawReport.git",
15     "tag": "0.2"
16   },
17   "requires_arc": true,
18   "public_header_files": "DrawReport/*.h",
19   "source_files": "DrawReport/DRPDrawReport.h",
20   "default_subspecs": "Core",
21   "subspecs": [
22     {
23       "name": "Core",
24       "public_header_files": "DrawReport/{DRPReporter,DRPReporterViewController}.h",
25       "source_files": "DrawReport/Core/*.{h,m}",
26       "ios": {
27         "frameworks": [
28           "Foundation",
29           "UIKit",
30           "CoreGraphics"
31         ]
32       }
33     },
34     {
35       "name": "Basecamp",
36       "public_header_files": "DrawReport/Basecamp/DRPBasecamp.h",
37       "source_files": "DrawReport/Basecamp/*.{h,m}",
38       "dependencies": {
39         "DrawReport/Core": [
41         ],
42         "NXOAuth2Client": [
43           "~> 1.2.4"
44         ]
45       },
46       "ios": {
47         "frameworks": "MobileCoreServices"
48       }
49     }
50   ]