[Add] DocumentReaderOCR 7.5.10931
[CocoaPods.git] / Specs / e / 3 / 6 / DeviceSCC / 3.0.2 / DeviceSCC.podspec.json
blob8f0ed1d2951bd9a5e57c25a9ca093d8ca6c6f25c
2   "name": "DeviceSCC",
3   "version": "3.0.2",
4   "summary": "Light weight tool for detecting the current device and screen size written in swift.",
5   "description": "Swift library for detecting the running device's model and screen size. With the newer  devices, developers have more work to do. This library simplifies their job by allowing them to get information about the running device and easily target the ones they want. SCC merged a PR outstanding for 10.5 and 12.9 newer iPads.",
6   "homepage": "https://github.com/Ekhoo/Device",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Lucas Ortis": "me@lucas-ortis.com"
13   },
14   "source": {
15     "git": "https://github.com/scottcc/Device.git",
16     "tag": "3.0.2"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10"
21   },
22   "requires_arc": true,
23   "source_files": "Source/*.swift",
24   "ios": {
25     "source_files": "Source/iOS/*.swift"
26   },
27   "osx": {
28     "source_files": "Source/macOS/*.swift"
29   },
30   "pushed_with_swift_version": "3.0"