blob: bbb791df4eec940aeb4892ab1f6d9021454a590e [file] [log] [blame]
{
"name": "ScreenType",
"version": "1.0.0",
"summary": "Easily distinguish between iPhone models in Objective-C and Swift",
"description": "Enables you to use UIScreen.current to get the ScreenType of the current device and see if it is equal to, greater than, or less than a particular iPhone or iPad model's size.",
"homepage": "https://github.com/allgamesallfree/ScreenType",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Max Stein": "max34563@gmail.com"
},
"source": {
"git": "https://github.com/allgamesallfree/ScreenType.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/maxsteinapps",
"platforms": {
"ios": "9.0"
},
"source_files": "ScreenType/Classes/**/*",
"pushed_with_swift_version": "4.0"
}