blob: 68bfc5689216346eefdb18e5dfac00be5720ca02 [file] [log] [blame]
{
"name": "NSDate+timezones",
"version": "1.0.0",
"summary": "NSDate category adding methods for converting between time zones",
"description": "Helps you produce description method output formatted same way as Apple's classes' description output. Have your custom - (NSString *)description methods return the output from descriptionWithMembers: and manually specify attributes or have all properties of your object included automatically by using descriptionWithAllProperties.",
"homepage": "https://github.com/niklasberglund/NSDate-timezones",
"license": {
"type": "MIT"
},
"authors": {
"Niklas Berglund": "niklas@klurig.hk"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/niklasberglund/NSDate-timezones.git",
"tag": "1.0.0"
},
"source_files": "NSDate+timezones.{h,m}"
}