[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / e / 9 / 8 / DrawReport / 0.1 / DrawReport.podspec.json
blobf488e4200f38e4c2b4aac94ff1756a2ccce6026d
2   "name": "DrawReport",
3   "platforms": {
4     "ios": "6.0"
5   },
6   "version": "0.1",
7   "license": "MIT",
8   "summary": "Library for reporting UI bugs.",
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.1"
16   },
17   "requires_arc": true,
18   "public_header_files": "DrawReport/*.h",
19   "source_files": "DrawReport/DRPDrawReport.h",
20   "default_subspecs": [
21     "Core"
22   ],
23   "subspecs": [
24     {
25       "name": "Core",
26       "public_header_files": "DrawReport/{DRPReporter,DRPReporterViewController}.h",
27       "source_files": "DrawReport/Core/*.{h,m}",
28       "ios": {
29         "frameworks": [
30           "Foundation",
31           "UIKit",
32           "CoreGraphics"
33         ]
34       }
35     },
36     {
37       "name": "Basecamp",
38       "public_header_files": "DrawReport/Basecamp/DRPBasecamp.h",
39       "source_files": "DrawReport/Basecamp/*.{h,m}",
40       "dependencies": {
41         "DrawReport/Core": [
43         ],
44         "NXOAuth2Client": [
45           "~> 1.2.4"
46         ]
47       },
48       "ios": {
49         "frameworks": "MobileCoreServices"
50       }
51     }
52   ]