CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

maxfong

4pods

iOSBinaryPractice

iOS 组件二进制化方案 Demo

License: MIT

  • Objective C

MFSCache

MFSCache是一套简单缓存数据的机制,使用方式、性能效率都非常不错,增加缓存生命周期、缓存空间、支持更多的数据类型、数据加密、全局对象(伪单例)、快速缓存、分级、移除缓存

License: MIT

  • Objective C

MFSIdentifier

iOS App唯一标识符获取方案

License: MIT

  • Objective C

MFSJSONEntity

JSON转Object是开发中最常用的功能之一;

MFSJSONEntity的特点是它只是NSObject的类别,比较轻量,添加它就能使用JSON同Object相互转换的功能; 实体对象属性类型支持:NSString、NSArray、NSDictionary、NSNull和值基本类型; 使用framework需Other Linker Flags添加-ObjC;

License: MIT

  • Objective C