blob: ac5c02d9551f2fff38f43b963dfab20b78a012b2 [file] [log] [blame]
{
"name": "SwiftyDevice",
"version": "1.0.1",
"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.1"
},
"social_media_url": "https://twitter.com/damien_legrand",
"platforms": {
"ios": "9.0"
},
"swift_version": "4.1",
"source_files": "SwiftyDevice/Classes/**/*.swift",
"resource_bundles": {
"SwiftyDevice": [
"SwiftyDevice/Assets/**/*.plist"
]
}
}