[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 0 / 3 / f / NSDate+timezones / 1.0.0 / NSDate+timezones.podspec.json
blob68bfc5689216346eefdb18e5dfac00be5720ca02
2   "name": "NSDate+timezones",
3   "version": "1.0.0",
4   "summary": "NSDate category adding methods for converting between time zones",
5   "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.",
6   "homepage": "https://github.com/niklasberglund/NSDate-timezones",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "Niklas Berglund": "niklas@klurig.hk"
12   },
13   "platforms": {
14     "ios": "5.0",
15     "osx": "10.7"
16   },
17   "source": {
18     "git": "https://github.com/niklasberglund/NSDate-timezones.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "NSDate+timezones.{h,m}"