[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / d / f / e / MBTraitCollection / 0.1.0 / MBTraitCollection.podspec.json
blob5ee665b5afe0ee8480a3641ffc3e633861619135
2   "name": "MBTraitCollection",
3   "version": "0.1.0",
4   "summary": "UIViewController category provides iOS7 compatible access to UITraitCollection object by exposing new property mbTraitCollection.",
5   "description": "\t\t\t\t\tTrait collections are new as of iOS 8 and even if they compile with the latest SDK even for deployment targets older than 8.0, their use will cause crash in iOS 7 application. This renders them unusefull until application deployment target is restricted to 8.0.\n\n                    To solve that problem, I've created a category on UIViewController which exposes a new property mbTraitCollection. When accessing this property a backwards-compatible MBTraitCollection class will be lazy-loaded for you. Class is basically a wrapper around UITraitCollection and will use native behavior when possible (i.e. in iOS >= 8). On older iOS version, this class will use other available techniques to determine device characteristics for you, thus allowing you to use trait collection even on iOS 7.\n",
6   "homepage": "https://github.com/MatejBalantic/MBTraitCollection",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Matej Balantič": "matej@balantic.si"
13   },
14   "social_media_url": "http://twitter.com/skavt",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/MatejBalantic/MBTraitCollection.git",
20     "tag": "0.1.0"
21   },
22   "source_files": "MBTraitCollection/Classes/*.{h,m}",
23   "requires_arc": true,
24   "deprecated": true