blob: 23e291d7417aead6195ea5bb454d2ae06b386b47 [file] [log] [blame]
{
"name": "SwiftyDevice",
"version": "1.0.2",
"summary": "Swift library to help you know the current used device.",
"description": "SwiftyDevice is a swift library to know the type of device. So you'll easily get the name of the device and it's release date.",
"homepage": "https://github.com/legranddamien/SwiftyDevice",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Damien Legrand",
"source": {
"git": "https://github.com/legranddamien/SwiftyDevice.git",
"tag": "1.0.2"
},
"social_media_url": "https://twitter.com/damien_legrand",
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"source_files": "SwiftyDevice/Classes/**/*.swift",
"resource_bundles": {
"SwiftyDevice": [
"SwiftyDevice/Assets/**/*.plist"
]
}
}