- Update Project to 1.2.1

This commit is contained in:
Giuseppe Nucifora 2017-01-16 14:49:54 +01:00
parent 37c04b3399
commit fd430c9e9f
5 changed files with 9 additions and 12 deletions

View File

@ -150,9 +150,6 @@
- (void) updateDeviceUser { - (void) updateDeviceUser {
PNInstallation * installation = [PNInstallation currentInstallation];
if ([PNUser currentUser] && [[PNUser currentUser] isAuthenticated]) { if ([PNUser currentUser] && [[PNUser currentUser] isAuthenticated]) {
[[PNInstallation currentInstallation] setUser:[PNUser currentUser]]; [[PNInstallation currentInstallation] setUser:[PNUser currentUser]];
} }

View File

@ -37,7 +37,7 @@ PODS:
- NSString-Helper (1.0.5) - NSString-Helper (1.0.5)
- 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 (1.1.5): - PNObject (1.2.1):
- AFNetworking - AFNetworking
- CodFis-Helper - CodFis-Helper
- DDDKeychainWrapper - DDDKeychainWrapper
@ -84,7 +84,7 @@ SPEC CHECKSUMS:
NSString-Helper: 459e1b6a62b3bf7db10f01b0d102548608e945c4 NSString-Helper: 459e1b6a62b3bf7db10f01b0d102548608e945c4
nv-ios-http-status: b6c2b5fc8656cc19e0d3000dadce2080b99d0e2f nv-ios-http-status: b6c2b5fc8656cc19e0d3000dadce2080b99d0e2f
PEAR-FileManager-iOS: 3bc403f68a53483f5629aa822f4649e40275c4d3 PEAR-FileManager-iOS: 3bc403f68a53483f5629aa822f4649e40275c4d3
PNObject: 38f5fa8f707f7c53579c81a2c425ad7c2d04cb78 PNObject: 6a528830b3769a9675bcfa90bd9f09cfa1cef9f2
PureLayout: 4d550abe49a94f24c2808b9b95db9131685fe4cd PureLayout: 4d550abe49a94f24c2808b9b95db9131685fe4cd
RZDataBinding: 6981e90ddaae2f5e02028323b1043f8c31013109 RZDataBinding: 6981e90ddaae2f5e02028323b1043f8c31013109
Specta: ac94d110b865115fe60ff2c6d7281053c6f8e8a2 Specta: ac94d110b865115fe60ff2c6d7281053c6f8e8a2

View File

@ -1,8 +1,8 @@
{ {
"name": "PNObject", "name": "PNObject",
"version": "1.1.5", "version": "1.2.1",
"summary": "PNObject is a simple replica of the more complex ParseObject", "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": { "license": {
"type": "MIT", "type": "MIT",
"file": "LICENSE" "file": "LICENSE"
@ -11,8 +11,8 @@
"Giuseppe Nucifora": "me@giuseppenucifora.com" "Giuseppe Nucifora": "me@giuseppenucifora.com"
}, },
"source": { "source": {
"git": "https://git.giuseppenucifora.com/giuseppenucifora/PNObject.git", "git": "https://github.com/giuseppenucifora/PNObject.git",
"tag": "1.1.5" "tag": "1.2.1"
}, },
"platforms": { "platforms": {
"ios": "8.0" "ios": "8.0"

View File

@ -37,7 +37,7 @@ PODS:
- NSString-Helper (1.0.5) - NSString-Helper (1.0.5)
- 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 (1.1.5): - PNObject (1.2.1):
- AFNetworking - AFNetworking
- CodFis-Helper - CodFis-Helper
- DDDKeychainWrapper - DDDKeychainWrapper
@ -84,7 +84,7 @@ SPEC CHECKSUMS:
NSString-Helper: 459e1b6a62b3bf7db10f01b0d102548608e945c4 NSString-Helper: 459e1b6a62b3bf7db10f01b0d102548608e945c4
nv-ios-http-status: b6c2b5fc8656cc19e0d3000dadce2080b99d0e2f nv-ios-http-status: b6c2b5fc8656cc19e0d3000dadce2080b99d0e2f
PEAR-FileManager-iOS: 3bc403f68a53483f5629aa822f4649e40275c4d3 PEAR-FileManager-iOS: 3bc403f68a53483f5629aa822f4649e40275c4d3
PNObject: 38f5fa8f707f7c53579c81a2c425ad7c2d04cb78 PNObject: 6a528830b3769a9675bcfa90bd9f09cfa1cef9f2
PureLayout: 4d550abe49a94f24c2808b9b95db9131685fe4cd PureLayout: 4d550abe49a94f24c2808b9b95db9131685fe4cd
RZDataBinding: 6981e90ddaae2f5e02028323b1043f8c31013109 RZDataBinding: 6981e90ddaae2f5e02028323b1043f8c31013109
Specta: ac94d110b865115fe60ff2c6d7281053c6f8e8a2 Specta: ac94d110b865115fe60ff2c6d7281053c6f8e8a2

View File

@ -8,7 +8,7 @@
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = 'PNObject' 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' s.summary = 'PNObject is a simple replica of the more complex ParseObject'