- Add new function + (NSString*) stringMonth :(NSInteger) month - Add new function + (NSString*) stringFromWeekday :(NSInteger) weekday
25 lines
620 B
JSON
25 lines
620 B
JSON
{
|
|
"name": "NSDate_Utils",
|
|
"version": "1.1.0",
|
|
"summary": "NSDate_Utils is a NSDate category that helps date managements. For example NSString to NSDate, NSDate to NSString,NSSdate comparisons",
|
|
"homepage": "https://github.com/giuseppenucifora/NSDate_Utils",
|
|
"license": "MIT",
|
|
"authors": {
|
|
"Giuseppe Nucifora": "me@giuseppenucifora.com"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/giuseppenucifora/NSDate_Utils.git",
|
|
"tag": "1.1.0"
|
|
},
|
|
"platforms": {
|
|
"ios": "8.0"
|
|
},
|
|
"requires_arc": true,
|
|
"dependencies": {
|
|
"DJLocalization": [
|
|
|
|
]
|
|
},
|
|
"source_files": "Pod/Classes/**/*"
|
|
}
|