[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / e / 0 / a / Device / 3.2.1 / Device.podspec.json
blob51953f888c116ae1ccca0e417e396b4a4efa5fb8
2   "name": "Device",
3   "version": "3.2.1",
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.",
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/Ekhoo/Device.git",
16     "tag": "3.2.1"
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   "swift_versions": "5.0",
31   "swift_version": "5.0"