Skip to content

Commit

Permalink
Merge pull request #251 from hyperoslo/improve/update-DATAFilter-depe…
Browse files Browse the repository at this point in the history
…ndency

Update DATAFilter dependency
  • Loading branch information
3lvis authored Aug 1, 2016
2 parents f219875 + 4b3f17d commit bcd3958
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PODS:
- DATAFilter (0.11.0):
- DATAObjectIDs (~> 0.5.1)
- DATAObjectIDs (0.5.1)
- DATASource (5.9.0)
- DATAFilter (0.11.1):
- DATAObjectIDs (~> 0.6.0)
- DATAObjectIDs (0.6.0)
- DATASource (5.9.1)
- DATAStack (5.4.0)
- JSON (4.0.2)
- NSDictionary-ANDYSafeValue (0.3.1)
Expand All @@ -12,8 +12,8 @@ PODS:
- NSEntityDescription-SYNCPrimaryKey (~> 1.2.3)
- NSString-HYPNetworking (~> 1.0.2)
- NSString-HYPNetworking (1.0.2)
- Sync (1.10.2):
- DATAFilter (~> 0.11.0)
- Sync (1.11.1):
- DATAFilter (~> 0.11.1)
- DATAStack (~> 5.4.0)
- NSDictionary-ANDYSafeValue (~> 0.3.1)
- NSEntityDescription-SYNCPrimaryKey (~> 1.2.3)
Expand All @@ -29,16 +29,16 @@ EXTERNAL SOURCES:
:path: "."

SPEC CHECKSUMS:
DATAFilter: f875a2421228cebd0230c90148a40551c3c02395
DATAObjectIDs: 33db74dd1c858c2d22a45a4013c95f1082182e4e
DATASource: cc307d584cd470cea92d316d55bb2a0df4d85dc6
DATAFilter: 18b9f9fb387aad8959751b3fb3a0c9a7582a5343
DATAObjectIDs: e3d50315134d21009f3b34983bcf44e74d8ab54a
DATASource: d7744a91014666683652baeddd38aaa88a88dcbd
DATAStack: 86ad143ae4e3f094deeb546109bc67f441823909
JSON: d08f22c3e523be050d5d5f40bca43ec02d95b2cc
NSDictionary-ANDYSafeValue: 2d7adf339b6e302d71fec5f1d71ae00aacda993e
NSEntityDescription-SYNCPrimaryKey: 9dbb89d7cbc1bea196dd935725bfcf3c0ff4249c
NSManagedObject-HYPPropertyMapper: 1a34418531715f01520eb32abcd2c183952ea630
NSString-HYPNetworking: 7c18e44ca9529d2f74a30a1c2a7a787da76198c1
Sync: 79a8842727353961a7fb162b859a8c154cf265ed
Sync: dc876912b3440688b0a910a7e2af74becc1c4e3c

PODFILE CHECKSUM: a4ce83b9a5d0f8218c6d94acc4cfa26b0d4000d6

Expand Down
4 changes: 2 additions & 2 deletions Sync.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Sync"
s.version = "1.11.0"
s.version = "1.11.1"
s.summary = "Modern Swift JSON synchronization to Core Data"
s.description = <<-DESC
**Sync** eases your everyday job of parsing a `JSON` response and getting it into Core Data. It uses a convention-over-configuration paradigm to facilitate your workflow.
Expand Down Expand Up @@ -28,7 +28,7 @@ s.source_files = 'Source/**/*'

s.frameworks = 'Foundation', 'CoreData'

s.dependency 'DATAFilter', '~> 0.11.0'
s.dependency 'DATAFilter', '~> 0.11.1'
s.dependency 'DATAStack', '~> 5.4.0'
s.dependency 'NSDictionary-ANDYSafeValue', '~> 0.3.1'
s.dependency 'NSEntityDescription-SYNCPrimaryKey', '~> 1.2.3'
Expand Down

0 comments on commit bcd3958

Please sign in to comment.