Поднял версию
This commit is contained in:
parent
62cef6b3a0
commit
c75d48fd6d
|
|
@ -1,6 +1,6 @@
|
|||
Pod::Spec.new do |s|
|
||||
s.name = 'DAO'
|
||||
s.version = '1.3.8'
|
||||
s.version = '1.3.9'
|
||||
s.summary = 'DAO Library'
|
||||
s.description = 'Library provides easy way to cache entities.'
|
||||
s.homepage = 'https://github.com/RedMadRobot/DAO'
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.3.8</string>
|
||||
<string>1.3.9</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
PODS:
|
||||
- DAO (1.3.8):
|
||||
- DAO/CoreData (= 1.3.8)
|
||||
- DAO/Realm (= 1.3.8)
|
||||
- DAO/CoreData (1.3.8)
|
||||
- DAO/Realm (1.3.8):
|
||||
- DAO (1.3.9):
|
||||
- DAO/CoreData (= 1.3.9)
|
||||
- DAO/Realm (= 1.3.9)
|
||||
- DAO/CoreData (1.3.9)
|
||||
- DAO/Realm (1.3.9):
|
||||
- RealmSwift (~> 3.15)
|
||||
- Realm (3.17.3):
|
||||
- Realm/Headers (= 3.17.3)
|
||||
|
|
@ -24,7 +24,7 @@ EXTERNAL SOURCES:
|
|||
:path: "../"
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
DAO: 3c9b0ca760f64e53c7379f5acc70250560202f29
|
||||
DAO: 6e1b46bf6e46cc5fe1d3931536d1f4aa93fcb8e7
|
||||
Realm: 5a1d9d47bfc101dd597668b1a8af4288a2557f6d
|
||||
RealmSwift: b7fdc2d18616621c31df5c7a398a45a2163f8eb0
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue