This commit is contained in:
Giuseppe Nucifora 2016-04-05 17:07:40 +02:00
parent 09c05f003a
commit 3005d931be
7 changed files with 10 additions and 9 deletions

1
.gitignore vendored
View File

@ -31,3 +31,4 @@ Carthage
# `pod install` in .travis.yml
#
# Pods/
ApplePushNotificationService

View File

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

View File

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

View File

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

View File

@ -14,7 +14,7 @@
buildForArchiving = "YES">
<BuildableReference
BuildableIdentifier = 'primary'
BlueprintIdentifier = '6AE67202C025DA4C31DC8C39'
BlueprintIdentifier = '7D82FE4863E609B26FEC5D4C'
BlueprintName = 'PNObject'
ReferencedContainer = 'container:Pods.xcodeproj'
BuildableName = 'PNObject.framework'>

View File

@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.5.5</string>
<string>0.5.6</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>

View File

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