Latest | 0.0.5 |
---|---|
Homepage | https://github.com/BestKai/BKSafeKit |
License | MIT |
Platforms | ios 7.0, requires ARC |
Frameworks | Foundation |
Authors |
利用method swizzlie实现类型安全
参考:https://github.com/jasenhuang/NSObjectSafe.git
https://github.com/JJMM/SafeKit.git
Latest podspec
{ "name": "BKSafeKit", "summary": "A Collection of safe NSObject", "version": "0.0.5", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "BestKai": "[email protected]" }, "homepage": "https://github.com/BestKai/BKSafeKit", "platforms": { "ios": "7.0" }, "source": { "git": "https://github.com/BestKai/BKSafeKit.git", "tag": "0.0.5" }, "requires_arc": true, "source_files": "BKSafeKit/**/*.{h,m}", "public_header_files": "BKSafeKit/**/*.{h}", "frameworks": "Foundation" }
Tue, 14 Jun 2016 09:07:05 +0000