4 "summary": "A wrapper for UIDevice that facilitates access to iOS Device info",
5 "description": "This CocoaPod is a wrapper for UIDevice that provides a better way to get information about current device. Written in Swift\n\nStatic instance of DSDeviceKit (currentDevice) has many properties, such as:\n\n- modelName // \"iPhone 6s\"\n- iOSVersion // \"9.3\"\n- deviceType // .iPhone or .iPad\n- identifier // \"iPhone8,1\"\n- isPhone // true or false\n- isIpad // true of false\n- orientation // UIDeviceOrientation\n- userInterface // UIUserInterfaceIdiom",
6 "homepage": "https://github.com/HiDaN4/DSDeviceKit",
7 "screenshots": "https://github.com/HiDaN4/DSDeviceKit/blob/master/DSDeviceKit.png?raw=true",
16 "git": "https://github.com/HiDaN4/DSDeviceKit.git",
22 "source_files": "DSDeviceKit/Classes/**/*"