blob: aa82b098cdc56e402641721cafda0f17ea25e9b0 [file] [log] [blame]
{
"name": "Devices",
"version": "1.0.0",
"summary": "Devices can detect the current  device base system information. Support iOS, OSX, tvOS, watchOS.",
"description": "This library is written in Swift 4 and compatible with > iOS 9. Devices lib take device information which you need.",
"homepage": "https://github.com/RockerHX/Devices",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"RockerHX": "rockerhx@gmail.com"
},
"platforms": {
"ios": "12.2",
"osx": "10.14.4",
"tvos": "12.2",
"watchos": "5.2"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/RockerHX/Devices.git",
"tag": "1.0.0"
},
"source_files": [
"Classes",
"Classes/*"
],
"ios": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": "Cocoa"
},
"tvos": {
"frameworks": "UIKit"
},
"watchos": {
"frameworks": "WatchKit"
}
}