From 7b02207537d35bfa1714bf8beafc921f717d100a Mon Sep 17 00:00:00 2001 From: 单军华 Date: Wed, 11 Jul 2018 10:47:42 +0800 Subject: [PATCH] 首次上传 --- screendisplay/Pods/YYCategories/README.md | 145 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 145 insertions(+), 0 deletions(-) diff --git a/screendisplay/Pods/YYCategories/README.md b/screendisplay/Pods/YYCategories/README.md new file mode 100755 index 0000000..58aa73a --- /dev/null +++ b/screendisplay/Pods/YYCategories/README.md @@ -0,0 +1,145 @@ +YYCategories +============== + +[](https://raw.githubusercontent.com/ibireme/YYCategories/master/LICENSE) +[](https://github.com/Carthage/Carthage) +[](http://cocoapods.org/?q=YYCategories) +[](http://cocoapods.org/?q=YYCategories) +[](https://www.apple.com/nl/ios/) +[](https://travis-ci.org/ibireme/YYCategories) + +A set of useful categories for Foundation and UIKit.<br/> +(It's a component of [YYKit](https://github.com/ibireme/YYKit)) + +Documentation +============== + +You can build and install docset use `Docset` scheme in Xcode, `appledoc` need to be pre-installed. +Or your can read the [Documentation](http://github.ibireme.com/doc/YYCategories/index.html) online. + + +Installation +============== + +### CocoaPods + +1. Add `pod 'YYCategories'` to your Podfile. +2. Run `pod install` or `pod update`. +3. Import \<YYCategories/YYCategories.h\>. + + +### Carthage + +1. Add `github "ibireme/YYCategories"` to your Cartfile. +2. Run `carthage update --platform ios` and add the framework to your project. +3. Import \<YYCategories/YYCategories.h\>. + + +### Manually + +1. Download all the files in the YYCategories subdirectory. +2. Add the source files to your Xcode project. +3. Add `-fno-objc-arc` compiler flag to `NSObject+YYAddForARC.m` and `NSThread+YYAdd.m`. +4. Link with required frameworks: + * UIKit + * CoreGraphics + * QuartzCore + * Accelerate + * ImageIO + * CoreText + * CoreFoundation + * libz +5. Import `YYCategories.h`. + + +Documentation +============== +Full API documentation is available on [CocoaDocs](http://cocoadocs.org/docsets/YYCategories/).<br/> +You can also install documentation locally using [appledoc](https://github.com/tomaz/appledoc). + + +Requirements +============== +This library requires `iOS 6.0+` and `Xcode 7.0+`. + + +Notice +============== +I want to use the APIs as if it was provided by system, so I don't add prefix in +these categories. This may cause some potential problems���such as conflict with other libraries), so if you just need some pieces of code +in this project, pick them out and don't import the whole library. + + +License +============== +YYCategories is provided under the MIT license. See LICENSE file for details. + + + + +<br/><br/> +--- +������������ +============== +��������������� Category ������������������<br/> +(������������ [YYKit](https://github.com/ibireme/YYKit) ������������) + +������ +============== + +������������ `Docset` scheme ��������������� (������������������ appledoc)���������[������������](http://github.ibireme.com/doc/YYCategories/index.html)��� + + +������ +============== + +### CocoaPods + +1. ��� Podfile ��������� `pod 'YYCategories'`��� +2. ������ `pod install` ��� `pod update`��� +3. ������ \<YYCategories/YYCategories.h\>��� + + +### Carthage + +1. ��� Cartfile ��������� `github "ibireme/YYCategories"`��� +2. ������ `carthage update --platform ios` ��������������� framework ������������������������ +3. ������ \<YYCategories/YYCategories.h\>��� + + +### ������������ + +1. ������ YYCategories ������������������������������ +2. ��� YYCategories ���������������������(������)������������������ +3. ��� `NSObject+YYAddForARC.m` ��� `NSThread+YYAdd.m` ������������������ `-fno-objc-arc`��� +4. ������������ frameworks: + * UIKit + * CoreGraphics + * QuartzCore + * Accelerate + * ImageIO + * CoreText + * CoreFoundation + * libz +5. ������ `YYCategories.h`��� + + +������ +============== +������������ [CocoaDocs](http://cocoadocs.org/docsets/YYCategories/) ������������ API ��������������������� [appledoc](https://github.com/tomaz/appledoc) ��������������������� + +������������ +============== +��������������������� `iOS 6.0` ��� `Xcode 7.0`��� + + +������ +============== +��������������� API ��������������������������������� API ��������������������������������������� Category ������������������������������������������������������������������ API������������������������ API ��������������������������������������� Category ��������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������� + + +��������� +============== +YYCategories ������ MIT ��������������������� LICENSE ��������� + + -- Gitblit v1.8.0