blob: d59da9fdac6ffbd74240203466ff864ab5077985 [file] [log] [blame]
{
"name": "AppleDevice-Swift",
"version": "0.1.0",
"summary": "A cocoapods library to get Apple device's model.",
"description": "A cocoapods library to get Apple device's model, written by Swift 5.",
"homepage": "https://github.com/chy-dev/AppleDevice-Swift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chen": "chenyu.dev@gmail.com"
},
"source": {
"git": "https://github.com/chy-dev/AppleDevice-Swift.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0",
"watchos": "3.0",
"tvos": "10.0"
},
"swift_versions": "5.0",
"source_files": "AppleDevice-Swift/Classes/**/*",
"swift_version": "5.0"
}