blob: 3f6f9a772906263a87228dcd415a9b60704b1533 [file] [log] [blame]
{
"name": "RRCNSDateFormatterFactory",
"version": "0.1.4",
"summary": "人人车 NSDateFormatter 私有Pod库.",
"description": "人人车 NSDateFormatter 私有Pod库.NSCache以 stringFormatter+NSLocale的localeIdentifier 形成的string 为key缓存了NSDateFormatter,不用担心你内存管理,当内存警告时候,会自动释放NSCache缓存的对象",
"homepage": "https://gitlab.renrenche.com/ios/RRCNSDateFormatterFactory",
"license": "MIT",
"authors": {
"wangjianyu": "wangjianyu@renrenche.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://gitlab.renrenche.com/ios/RRCNSDateFormatterFactory.git",
"tag": "0.1.4"
},
"source_files": [
"RRCNSDateFormatterFactory",
"RRCNSDateFormatterFactory/*.{h,m}"
],
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}