Upgrade Pods
This commit is contained in:
parent
65f47455e2
commit
69ce0027e5
@ -36,11 +36,11 @@ PODS:
|
|||||||
- FBSnapshotTestCase/Core (2.0.7)
|
- FBSnapshotTestCase/Core (2.0.7)
|
||||||
- FBSnapshotTestCase/SwiftSupport (2.0.7):
|
- FBSnapshotTestCase/SwiftSupport (2.0.7):
|
||||||
- FBSnapshotTestCase/Core
|
- FBSnapshotTestCase/Core
|
||||||
- NSDate_Utils (0.1.0)
|
- NSDate_Utils (0.1.2)
|
||||||
- NSString-Helper (1.0.3)
|
- NSString-Helper (1.0.3)
|
||||||
- nv-ios-http-status (0.0.1)
|
- nv-ios-http-status (0.0.1)
|
||||||
- PEAR-FileManager-iOS (1.3.1)
|
- PEAR-FileManager-iOS (1.3.1)
|
||||||
- PNObject (0.3.11):
|
- PNObject (0.3.12):
|
||||||
- AFNetworking
|
- AFNetworking
|
||||||
- CodFis-Helper
|
- CodFis-Helper
|
||||||
- FBSDKCoreKit
|
- FBSDKCoreKit
|
||||||
@ -92,11 +92,11 @@ SPEC CHECKSUMS:
|
|||||||
FBSDKLoginKit: d3d4a2e9d31954deb00bfea964167a05ca1ea976
|
FBSDKLoginKit: d3d4a2e9d31954deb00bfea964167a05ca1ea976
|
||||||
FBSDKShareKit: 54587b4624706ace1e810cf83412a918141f807a
|
FBSDKShareKit: 54587b4624706ace1e810cf83412a918141f807a
|
||||||
FBSnapshotTestCase: 7e85180d0d141a0cf472352edda7e80d7eaeb547
|
FBSnapshotTestCase: 7e85180d0d141a0cf472352edda7e80d7eaeb547
|
||||||
NSDate_Utils: 4a57f91094123d5b7600c7de8c9ad9e1d43306a3
|
NSDate_Utils: 6f310af16917c48536836d4c17e1e47bf6fbe8e4
|
||||||
NSString-Helper: d4c5459e8142ee6a96b070118009f08637030c2d
|
NSString-Helper: d4c5459e8142ee6a96b070118009f08637030c2d
|
||||||
nv-ios-http-status: b6c2b5fc8656cc19e0d3000dadce2080b99d0e2f
|
nv-ios-http-status: b6c2b5fc8656cc19e0d3000dadce2080b99d0e2f
|
||||||
PEAR-FileManager-iOS: 3bc403f68a53483f5629aa822f4649e40275c4d3
|
PEAR-FileManager-iOS: 3bc403f68a53483f5629aa822f4649e40275c4d3
|
||||||
PNObject: ad9ec93536cac8a9d777ffb849029b6b0b4c946e
|
PNObject: cc3f3e854b20545b9caffb32a7ced7bb760fb5e7
|
||||||
PureLayout: f35f5384c9c4e4479df041dbe33ad7577b71ddfb
|
PureLayout: f35f5384c9c4e4479df041dbe33ad7577b71ddfb
|
||||||
RNCryptor: 59d6483908115af5c12b884db23392024e52a5fe
|
RNCryptor: 59d6483908115af5c12b884db23392024e52a5fe
|
||||||
Specta: ac94d110b865115fe60ff2c6d7281053c6f8e8a2
|
Specta: ac94d110b865115fe60ff2c6d7281053c6f8e8a2
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "PNObject",
|
"name": "PNObject",
|
||||||
"version": "0.3.11",
|
"version": "0.3.12",
|
||||||
"summary": "PNObject is a simple replica of the more complex ParseObject",
|
"summary": "PNObject is a simple replica of the more complex ParseObject",
|
||||||
"homepage": "https://github.com/giuseppenucifora/PNObject",
|
"homepage": "https://github.com/giuseppenucifora/PNObject",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -9,7 +9,7 @@
|
|||||||
},
|
},
|
||||||
"source": {
|
"source": {
|
||||||
"git": "https://github.com/giuseppenucifora/PNObject.git",
|
"git": "https://github.com/giuseppenucifora/PNObject.git",
|
||||||
"tag": "0.3.11"
|
"tag": "0.3.12"
|
||||||
},
|
},
|
||||||
"platforms": {
|
"platforms": {
|
||||||
"ios": "7.0"
|
"ios": "7.0"
|
||||||
|
|||||||
8
Example/Pods/Manifest.lock
generated
8
Example/Pods/Manifest.lock
generated
@ -36,11 +36,11 @@ PODS:
|
|||||||
- FBSnapshotTestCase/Core (2.0.7)
|
- FBSnapshotTestCase/Core (2.0.7)
|
||||||
- FBSnapshotTestCase/SwiftSupport (2.0.7):
|
- FBSnapshotTestCase/SwiftSupport (2.0.7):
|
||||||
- FBSnapshotTestCase/Core
|
- FBSnapshotTestCase/Core
|
||||||
- NSDate_Utils (0.1.0)
|
- NSDate_Utils (0.1.2)
|
||||||
- NSString-Helper (1.0.3)
|
- NSString-Helper (1.0.3)
|
||||||
- nv-ios-http-status (0.0.1)
|
- nv-ios-http-status (0.0.1)
|
||||||
- PEAR-FileManager-iOS (1.3.1)
|
- PEAR-FileManager-iOS (1.3.1)
|
||||||
- PNObject (0.3.11):
|
- PNObject (0.3.12):
|
||||||
- AFNetworking
|
- AFNetworking
|
||||||
- CodFis-Helper
|
- CodFis-Helper
|
||||||
- FBSDKCoreKit
|
- FBSDKCoreKit
|
||||||
@ -92,11 +92,11 @@ SPEC CHECKSUMS:
|
|||||||
FBSDKLoginKit: d3d4a2e9d31954deb00bfea964167a05ca1ea976
|
FBSDKLoginKit: d3d4a2e9d31954deb00bfea964167a05ca1ea976
|
||||||
FBSDKShareKit: 54587b4624706ace1e810cf83412a918141f807a
|
FBSDKShareKit: 54587b4624706ace1e810cf83412a918141f807a
|
||||||
FBSnapshotTestCase: 7e85180d0d141a0cf472352edda7e80d7eaeb547
|
FBSnapshotTestCase: 7e85180d0d141a0cf472352edda7e80d7eaeb547
|
||||||
NSDate_Utils: 4a57f91094123d5b7600c7de8c9ad9e1d43306a3
|
NSDate_Utils: 6f310af16917c48536836d4c17e1e47bf6fbe8e4
|
||||||
NSString-Helper: d4c5459e8142ee6a96b070118009f08637030c2d
|
NSString-Helper: d4c5459e8142ee6a96b070118009f08637030c2d
|
||||||
nv-ios-http-status: b6c2b5fc8656cc19e0d3000dadce2080b99d0e2f
|
nv-ios-http-status: b6c2b5fc8656cc19e0d3000dadce2080b99d0e2f
|
||||||
PEAR-FileManager-iOS: 3bc403f68a53483f5629aa822f4649e40275c4d3
|
PEAR-FileManager-iOS: 3bc403f68a53483f5629aa822f4649e40275c4d3
|
||||||
PNObject: ad9ec93536cac8a9d777ffb849029b6b0b4c946e
|
PNObject: cc3f3e854b20545b9caffb32a7ced7bb760fb5e7
|
||||||
PureLayout: f35f5384c9c4e4479df041dbe33ad7577b71ddfb
|
PureLayout: f35f5384c9c4e4479df041dbe33ad7577b71ddfb
|
||||||
RNCryptor: 59d6483908115af5c12b884db23392024e52a5fe
|
RNCryptor: 59d6483908115af5c12b884db23392024e52a5fe
|
||||||
Specta: ac94d110b865115fe60ff2c6d7281053c6f8e8a2
|
Specta: ac94d110b865115fe60ff2c6d7281053c6f8e8a2
|
||||||
|
|||||||
@ -21,17 +21,28 @@ static NSString *kNSDateHelperFormatWeekday = @"EEEE";
|
|||||||
static NSString *kNSDateHelperFormatWeekdayWithTime = @"EEEE h:mm a";
|
static NSString *kNSDateHelperFormatWeekdayWithTime = @"EEEE h:mm a";
|
||||||
static NSString *kNSDateHelperFormatTime = @"h:mm a";
|
static NSString *kNSDateHelperFormatTime = @"h:mm a";
|
||||||
static NSString *kNSDateHelperFormatTimeWithPrefix = @"'at' h:mm a";
|
static NSString *kNSDateHelperFormatTimeWithPrefix = @"'at' h:mm a";
|
||||||
static NSString *kNSDateHelperFormatSQLDate = @"yyyy-MM-dd";
|
|
||||||
static NSString *kNSDateHelperFormatSQLTime = @"HH:mm:ss";
|
static NSString *kNSDateHelperFormatSQLTime = @"HH:mm:ss";
|
||||||
static NSString *kNSDateHelperFormatSQLDateWithTime = @"yyyy-MM-dd HH:mm:ss";
|
|
||||||
|
static NSString *kNSDateHelperFormatSQLDate = @"yyyy-MM-dd";
|
||||||
static NSString *kNSDateHelperFormatSQLDate_shashSeparated = @"yyyy/MM/dd";
|
static NSString *kNSDateHelperFormatSQLDate_shashSeparated = @"yyyy/MM/dd";
|
||||||
static NSString *kNSDateHelperFormatSQLDate_notSlashSeparated = @"yyyy-MM-dd";
|
static NSString *kNSDateHelperFormatSQLDate_notSlashSeparated = @"yyyy-MM-dd";
|
||||||
static NSString *kNSDateHelperFormatSQLDateWithTime_shashSeparated = @"yyyy/MM/dd HH:mm:ss";
|
|
||||||
static NSString *kNSDateHelperFormatSQLDateIT = @"dd-MM-yyyy";
|
static NSString *kNSDateHelperFormatSQLDateIT = @"dd-MM-yyyy";
|
||||||
static NSString *kNSDateHelperFormatSQLDateEN = @"MM-dd-yyyy";
|
|
||||||
static NSString *kNSDateHelperFormatSQLDateIT_shashSeparated = @"dd/MM/yyyy";
|
static NSString *kNSDateHelperFormatSQLDateIT_shashSeparated = @"dd/MM/yyyy";
|
||||||
|
|
||||||
|
static NSString *kNSDateHelperFormatSQLDateEN = @"MM-dd-yyyy";
|
||||||
static NSString *kNSDateHelperFormatSQLDateEN_shashSeparated = @"MM/dd/yyyy";
|
static NSString *kNSDateHelperFormatSQLDateEN_shashSeparated = @"MM/dd/yyyy";
|
||||||
|
|
||||||
|
static NSString *kNSDateHelperFormatSQLDateWithTime = @"yyyy-MM-dd HH:mm:ss";
|
||||||
|
static NSString *kNSDateHelperFormatSQLDateWithTime_shashSeparated = @"yyyy/MM/dd HH:mm:ss";
|
||||||
|
|
||||||
|
static NSString *kNSDateHelperFormatSQLDateWithTimeIT = @"dd-MM-yyyy HH:mm:ss";
|
||||||
|
static NSString *kNSDateHelperFormatSQLDateWithTimeIT_shashSeparated = @"dd/MM/yyyy HH:mm:ss";
|
||||||
|
|
||||||
|
static NSString *kNSDateHelperFormatSQLDateWithTimeEN = @"MM-dd-yyyy HH:mm:ss";
|
||||||
|
static NSString *kNSDateHelperFormatSQLDateWithTimeEN_shashSeparated = @"MM/dd/yyyy HH:mm:ss";
|
||||||
|
|
||||||
@interface NSDate (NSDate_Util)
|
@interface NSDate (NSDate_Util)
|
||||||
|
|
||||||
+ (void)initializeStatics;
|
+ (void)initializeStatics;
|
||||||
@ -52,6 +63,7 @@ static NSString *kNSDateHelperFormatSQLDateEN_shashSeparated = @"MM/dd/yy
|
|||||||
- (NSDate *) dateBySubtractingYears:(NSInteger) years;
|
- (NSDate *) dateBySubtractingYears:(NSInteger) years;
|
||||||
|
|
||||||
- (NSDate *) dateAtStartOfDay;
|
- (NSDate *) dateAtStartOfDay;
|
||||||
|
- (NSDate *) dateAtEndOfDay;
|
||||||
|
|
||||||
- (NSInteger) minutesAfterDate:(NSDate *) aDate;
|
- (NSInteger) minutesAfterDate:(NSDate *) aDate;
|
||||||
- (CGFloat) distanceInWeeksToDate:(NSDate *) anotherDate;
|
- (CGFloat) distanceInWeeksToDate:(NSDate *) anotherDate;
|
||||||
|
|||||||
@ -46,6 +46,16 @@ static NSDateFormatter *_displayFormatter = nil;
|
|||||||
components.second = 0;
|
components.second = 0;
|
||||||
return [CURRENT_CALENDAR dateFromComponents:components];
|
return [CURRENT_CALENDAR dateFromComponents:components];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
- (NSDate *) dateAtEndOfDay
|
||||||
|
{
|
||||||
|
NSDateComponents *components = [CURRENT_CALENDAR components:DATE_COMPONENTS fromDate:self];
|
||||||
|
components.hour = 23;
|
||||||
|
components.minute = 59;
|
||||||
|
components.second = 59;
|
||||||
|
return [CURRENT_CALENDAR dateFromComponents:components];
|
||||||
|
}
|
||||||
|
|
||||||
- (NSInteger) minutesAfterDate: (NSDate *) aDate
|
- (NSInteger) minutesAfterDate: (NSDate *) aDate
|
||||||
{
|
{
|
||||||
NSTimeInterval ti = [self timeIntervalSinceDate:aDate];
|
NSTimeInterval ti = [self timeIntervalSinceDate:aDate];
|
||||||
|
|||||||
@ -15,7 +15,7 @@
|
|||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>FMWK</string>
|
<string>FMWK</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>0.1.0</string>
|
<string>0.1.2</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
|
|||||||
@ -13,7 +13,7 @@
|
|||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>BNDL</string>
|
<string>BNDL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>0.1.0</string>
|
<string>0.1.2</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
|
|||||||
@ -15,7 +15,7 @@
|
|||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>FMWK</string>
|
<string>FMWK</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>0.3.11</string>
|
<string>0.3.12</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
|
|||||||
@ -13,7 +13,7 @@
|
|||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>BNDL</string>
|
<string>BNDL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>0.3.11</string>
|
<string>0.3.12</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
|
|||||||
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = "PNObject"
|
s.name = "PNObject"
|
||||||
s.version = "0.3.12"
|
s.version = "0.3.13"
|
||||||
s.summary = "PNObject is a simple replica of the more complex ParseObject"
|
s.summary = "PNObject is a simple replica of the more complex ParseObject"
|
||||||
|
|
||||||
# This description is used to generate tags and improve search results.
|
# This description is used to generate tags and improve search results.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user