- 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 {
PNInstallation * installation = [PNInstallation currentInstallation];
if ([PNUser currentUser] && [[PNUser currentUser] isAuthenticated]) {
[[PNInstallation currentInstallation] setUser:[PNUser currentUser]];
}

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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'