blob: ece24d14dc4b7b5c989524e17587d2c6af53b5f8 [file] [log] [blame]
{
"name": "HCDates",
"version": "1.0.0",
"summary": "HCDates makes dealing with fixed NSDateFormatters easier and more efficient.",
"homepage": "https://github.com/hypercrypt/HCDates",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Klaus-Peter Dudas": "klaus@hypercrypt.net"
},
"source": {
"git": "https://github.com/hypercrypt/HCDates.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": "Foundation",
"requires_arc": true
}