[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / c / 0 / 3 / Devices / 0.8.1 / Devices.podspec.json
blob1bcf857be8ff0efa175a807bd0d01e8eef57dbed
2   "name": "Devices",
3   "version": "0.8.1",
4   "summary": "Devices can detect the current  device base system information. Support iOS, OSX, tvOS, watchOS.",
5   "description": "This library is written in Swift 4 and compatible with > iOS 9. Devices lib take device information which you need.",
6   "homepage": "https://github.com/RockerHX/Devices",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "RockerHX": "rockerhx@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0",
16     "osx": "10.11",
17     "tvos": "9.0",
18     "watchos": "2.0"
19   },
20   "swift_version": "4.0",
21   "source": {
22     "git": "https://github.com/RockerHX/Devices.git",
23     "tag": "0.8.1"
24   },
25   "source_files": [
26     "Classes",
27     "Classes/*"
28   ],
29   "ios": {
30     "frameworks": "UIKit"
31   },
32   "osx": {
33     "frameworks": "Cocoa"
34   },
35   "tvos": {
36     "frameworks": "UIKit"
37   },
38   "watchos": {
39     "frameworks": "WatchKit"
40   }