From 3005d931be44cc5b64e124691b053be68f7494d7 Mon Sep 17 00:00:00 2001 From: Giuseppe Nucifora Date: Tue, 5 Apr 2016 17:07:40 +0200 Subject: [PATCH] - Update --- .gitignore | 1 + Example/Podfile.lock | 4 ++-- Example/Pods/Local Podspecs/PNObject.podspec.json | 4 ++-- Example/Pods/Manifest.lock | 4 ++-- .../Pods.xcodeproj/xcshareddata/xcschemes/PNObject.xcscheme | 2 +- Example/Pods/Target Support Files/PNObject/Info.plist | 2 +- PNObject.podspec | 2 +- 7 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index f067d67..85f1ce2 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ Carthage # `pod install` in .travis.yml # # Pods/ +ApplePushNotificationService diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 01ca967..46cfacc 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -48,7 +48,7 @@ PODS: - CocoaSecurity (~> 1.2.2) - nv-ios-http-status (0.0.1) - PEAR-FileManager-iOS (1.3.1) - - PNObject (0.5.5): + - PNObject (0.5.6): - AFNetworking - CodFis-Helper - DJLocalization @@ -110,7 +110,7 @@ SPEC CHECKSUMS: NSUserDefaults-AESEncryptor: da02cfef056f1e18ebe2748767915f08b274c9c5 nv-ios-http-status: b6c2b5fc8656cc19e0d3000dadce2080b99d0e2f PEAR-FileManager-iOS: 3bc403f68a53483f5629aa822f4649e40275c4d3 - PNObject: 341c3e6e8d2a200fc9dd726a13979160b48c9466 + PNObject: 2bb4603ecbce2116013d23c6bd7f16da73c0e57b PureLayout: f35f5384c9c4e4479df041dbe33ad7577b71ddfb Specta: ac94d110b865115fe60ff2c6d7281053c6f8e8a2 StrongestPasswordValidator: 921e42615bdf353513c6f925bffd4fc29865dbd7 diff --git a/Example/Pods/Local Podspecs/PNObject.podspec.json b/Example/Pods/Local Podspecs/PNObject.podspec.json index 6dd6078..964f562 100644 --- a/Example/Pods/Local Podspecs/PNObject.podspec.json +++ b/Example/Pods/Local Podspecs/PNObject.podspec.json @@ -1,6 +1,6 @@ { "name": "PNObject", - "version": "0.5.5", + "version": "0.5.6", "summary": "PNObject is a simple replica of the more complex ParseObject", "homepage": "https://github.com/giuseppenucifora/PNObject", "license": "MIT", @@ -9,7 +9,7 @@ }, "source": { "git": "https://github.com/giuseppenucifora/PNObject.git", - "tag": "0.5.5" + "tag": "0.5.6" }, "platforms": { "ios": "8.0" diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock index 01ca967..46cfacc 100644 --- a/Example/Pods/Manifest.lock +++ b/Example/Pods/Manifest.lock @@ -48,7 +48,7 @@ PODS: - CocoaSecurity (~> 1.2.2) - nv-ios-http-status (0.0.1) - PEAR-FileManager-iOS (1.3.1) - - PNObject (0.5.5): + - PNObject (0.5.6): - AFNetworking - CodFis-Helper - DJLocalization @@ -110,7 +110,7 @@ SPEC CHECKSUMS: NSUserDefaults-AESEncryptor: da02cfef056f1e18ebe2748767915f08b274c9c5 nv-ios-http-status: b6c2b5fc8656cc19e0d3000dadce2080b99d0e2f PEAR-FileManager-iOS: 3bc403f68a53483f5629aa822f4649e40275c4d3 - PNObject: 341c3e6e8d2a200fc9dd726a13979160b48c9466 + PNObject: 2bb4603ecbce2116013d23c6bd7f16da73c0e57b PureLayout: f35f5384c9c4e4479df041dbe33ad7577b71ddfb Specta: ac94d110b865115fe60ff2c6d7281053c6f8e8a2 StrongestPasswordValidator: 921e42615bdf353513c6f925bffd4fc29865dbd7 diff --git a/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/PNObject.xcscheme b/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/PNObject.xcscheme index a5fde49..937effe 100644 --- a/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/PNObject.xcscheme +++ b/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/PNObject.xcscheme @@ -14,7 +14,7 @@ buildForArchiving = "YES"> diff --git a/Example/Pods/Target Support Files/PNObject/Info.plist b/Example/Pods/Target Support Files/PNObject/Info.plist index 00f6684..83ce8dd 100644 --- a/Example/Pods/Target Support Files/PNObject/Info.plist +++ b/Example/Pods/Target Support Files/PNObject/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.5.5 + 0.5.6 CFBundleSignature ???? CFBundleVersion diff --git a/PNObject.podspec b/PNObject.podspec index d674b87..709aea1 100644 --- a/PNObject.podspec +++ b/PNObject.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = "PNObject" -s.version = "0.5.5" +s.version = "0.5.6" s.summary = "PNObject is a simple replica of the more complex ParseObject" # This description is used to generate tags and improve search results.