diff --git a/Example/PNObject/PNObjAppDelegate.m b/Example/PNObject/PNObjAppDelegate.m index 21c9932..e2520dc 100644 --- a/Example/PNObject/PNObjAppDelegate.m +++ b/Example/PNObject/PNObjAppDelegate.m @@ -150,9 +150,6 @@ - (void) updateDeviceUser { - - PNInstallation * installation = [PNInstallation currentInstallation]; - if ([PNUser currentUser] && [[PNUser currentUser] isAuthenticated]) { [[PNInstallation currentInstallation] setUser:[PNUser currentUser]]; } diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 875cdb6..f3b7084 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -37,7 +37,7 @@ PODS: - NSString-Helper (1.0.5) - nv-ios-http-status (0.0.1) - PEAR-FileManager-iOS (1.3.1) - - PNObject (1.1.5): + - PNObject (1.2.1): - AFNetworking - CodFis-Helper - DDDKeychainWrapper @@ -84,7 +84,7 @@ SPEC CHECKSUMS: NSString-Helper: 459e1b6a62b3bf7db10f01b0d102548608e945c4 nv-ios-http-status: b6c2b5fc8656cc19e0d3000dadce2080b99d0e2f PEAR-FileManager-iOS: 3bc403f68a53483f5629aa822f4649e40275c4d3 - PNObject: 38f5fa8f707f7c53579c81a2c425ad7c2d04cb78 + PNObject: 6a528830b3769a9675bcfa90bd9f09cfa1cef9f2 PureLayout: 4d550abe49a94f24c2808b9b95db9131685fe4cd RZDataBinding: 6981e90ddaae2f5e02028323b1043f8c31013109 Specta: ac94d110b865115fe60ff2c6d7281053c6f8e8a2 diff --git a/Example/Pods/Local Podspecs/PNObject.podspec.json b/Example/Pods/Local Podspecs/PNObject.podspec.json index eee1824..f7f4a44 100644 --- a/Example/Pods/Local Podspecs/PNObject.podspec.json +++ b/Example/Pods/Local Podspecs/PNObject.podspec.json @@ -1,8 +1,8 @@ { "name": "PNObject", - "version": "1.1.5", + "version": "1.2.1", "summary": "PNObject is a simple replica of the more complex ParseObject", - "homepage": "https://git.giuseppenucifora.com/giuseppenucifora/PNObject", + "homepage": "https://github.com/giuseppenucifora/PNObject", "license": { "type": "MIT", "file": "LICENSE" @@ -11,8 +11,8 @@ "Giuseppe Nucifora": "me@giuseppenucifora.com" }, "source": { - "git": "https://git.giuseppenucifora.com/giuseppenucifora/PNObject.git", - "tag": "1.1.5" + "git": "https://github.com/giuseppenucifora/PNObject.git", + "tag": "1.2.1" }, "platforms": { "ios": "8.0" diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock index 875cdb6..f3b7084 100644 --- a/Example/Pods/Manifest.lock +++ b/Example/Pods/Manifest.lock @@ -37,7 +37,7 @@ PODS: - NSString-Helper (1.0.5) - nv-ios-http-status (0.0.1) - PEAR-FileManager-iOS (1.3.1) - - PNObject (1.1.5): + - PNObject (1.2.1): - AFNetworking - CodFis-Helper - DDDKeychainWrapper @@ -84,7 +84,7 @@ SPEC CHECKSUMS: NSString-Helper: 459e1b6a62b3bf7db10f01b0d102548608e945c4 nv-ios-http-status: b6c2b5fc8656cc19e0d3000dadce2080b99d0e2f PEAR-FileManager-iOS: 3bc403f68a53483f5629aa822f4649e40275c4d3 - PNObject: 38f5fa8f707f7c53579c81a2c425ad7c2d04cb78 + PNObject: 6a528830b3769a9675bcfa90bd9f09cfa1cef9f2 PureLayout: 4d550abe49a94f24c2808b9b95db9131685fe4cd RZDataBinding: 6981e90ddaae2f5e02028323b1043f8c31013109 Specta: ac94d110b865115fe60ff2c6d7281053c6f8e8a2 diff --git a/PNObject.podspec b/PNObject.podspec index 6b28ec1..47d98b2 100644 --- a/PNObject.podspec +++ b/PNObject.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'PNObject' -s.version = '1.2.0' +s.version = '1.2.1' s.summary = 'PNObject is a simple replica of the more complex ParseObject'