4 "summary": "A collection of runtime checks written in Swift.",
5 "screenshots": "https://github.com/BellAppLab/Defines/raw/master/Images/defines.png",
6 "description": "A collection of runtime checks written in Swift.\n\nWe all know the Apple Way of Doing Things ™, right? Instead of checking for a device, you check for a capability. For instance, instead of checking if a device is an iPod touch and therefore doesn't have a GPS, you check if `CoreLocation` is available. Or instead of checking for a device's screen size all the time, we should rely on Auto Layout's size classes and all that.\n\nI get it.\n\nBut sometimes you just have to have that flag somewhere. `Compact` and `Regular` do not capture how preposterous the iPad Pro 12.9\" screen's real estate is. So maybe you want to present a little bit more content there. Or maybe you just don't want to ask permissions for push notifications on the Simulator. We've all been there.\n\nSo just `import Defines` and get on with your life.",
7 "homepage": "https://github.com/BellAppLab/Defines",
13 "Bell App Lab": "apps@bellapplab.com"
15 "social_media_url": "https://twitter.com/BellAppLab",
22 "module_name": "Defines",
24 "git": "https://github.com/BellAppLab/Defines.git",
27 "source_files": "Sources/Defines",
28 "frameworks": "Foundation",
33 "frameworks": "WatchKit"
39 "frameworks": "AppKit"