Latest | 0.2.0 |
---|---|
Homepage | https://github.com/wyanassert/WYUtils |
License | MIT |
Platforms | ios 8.0 |
Authors |
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
WYUtils is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'WYUtils'
Extra
Because some code may require for System permissions such as Camera roll, so I place these code in Gist.
Author
wyanassert, [email protected]
License
WYUtils is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "WYUtils", "version": "0.2.0", "summary": "Some Utils For Myself.", "description": "Basical Utils For Myself. Will not require for Auth of iOS. And will not use runtime for security.", "homepage": "https://github.com/wyanassert/WYUtils", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "wyanassert": "[email protected]" }, "source": { "git": "https://github.com/wyanassert/WYUtils.git", "tag": "0.2.0" }, "platforms": { "ios": "8.0" }, "source_files": "WYUtils/Classes/**/*", "public_header_files": "WYUtils/Classes/**/*.h" }
Sun, 27 Jan 2019 11:24:05 +0000