blob: 5c827ba412fa09afb7a24a95655fbfdf999508b3 [file] [log] [blame]
{
"name": "Devices",
"version": "0.4.0",
"summary": "Devices lib take device information which you need.",
"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": "9.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"swift_version": "4.0",
"source": {
"git": "https://github.com/RockerHX/Devices.git",
"tag": "0.4.0"
},
"source_files": [
"Classes",
"Classes/**/*"
],
"ios": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": "Cocoa"
},
"tvos": {
"frameworks": "UIKit"
},
"watchos": {
"frameworks": "WatchKit"
}
}