[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / e / 0 / a / Device / 0.0.3 / Device.podspec.json
blob06ca357be0611e9d7b71b4fc701937edaae4f595
2   "name": "Device",
3   "version": "0.0.3",
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   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/Ekhoo/Device.git",
19     "tag": "0.0.3"
20   },
21   "source_files": "Source/*.swift",
22   "requires_arc": true