blob: 5a17186a1162abb8949a14fd1025e55278700e94 [file] [log] [blame]
{
"name": "ASFormatterCache",
"version": "0.1",
"license": "MIT",
"summary": "An iOS cache that gives easy access to reusable date formatters and auto-update formatters on locale change.",
"authors": {
"Philippe Converset": "pconverset@autresphere.com"
},
"homepage": "https://github.com/autresphere/ASFormatterCache",
"source": {
"git": "https://github.com/autresphere/ASFormatterCache.git",
"tag": "0.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "ASFormatterCache/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true
}