[Add] AlibabacloudMarket20151101 1.1.0
[CocoaPods.git] / Specs / e / 0 / a / Device / 1.0.0 / Device.podspec.json
blob61c5bc5e3fcccaaf1d093f900d9fda52d1901615
2   "name": "Device",
3   "version": "1.0.0",
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": "1.0.0"
20   },
21   "source_files": "Source/*.swift",
22   "requires_arc": true