blob: b7404cdcd1bf2f79a77d4cae1267541f722a2258 [file] [log] [blame]
{
"name": "BTNSDateFormatterFactory",
"version": "0.1.1",
"summary": "Smart reuse of NSDateFormatter instances.",
"homepage": "https://github.com/BrooksWon/BTNSDateFormatterFactory",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"BrooksWon": "364674019@qq.com"
},
"source": {
"git": "https://github.com/BrooksWon/BTNSDateFormatterFactory.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "6.0"
},
"source_files": [
"BTNSDateFormatterFactory",
"BTNSDateFormatterFactory/*.{h,m}"
],
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
]
}