[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / d / 8 / Defines / 1.0.1 / Defines.podspec.json
blobce66ddcff46696d03c8dd065b17745e419ab3a67
2   "name": "Defines",
3   "version": "1.0.1",
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",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Bell App Lab": "apps@bellapplab.com"
14   },
15   "social_media_url": "https://twitter.com/BellAppLab",
16   "platforms": {
17     "ios": "9.0",
18     "watchos": "3.0",
19     "tvos": "9.0",
20     "osx": "10.11"
21   },
22   "module_name": "Defines",
23   "source": {
24     "git": "https://github.com/BellAppLab/Defines.git",
25     "tag": "1.0.1"
26   },
27   "source_files": "Sources/Defines",
28   "frameworks": "Foundation",
29   "ios": {
30     "frameworks": "UIKit"
31   },
32   "watchos": {
33     "frameworks": "WatchKit"
34   },
35   "tvos": {
36     "frameworks": "UIKit"
37   },
38   "osx": {
39     "frameworks": "AppKit"
40   }