mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-16 12:13:49 +08:00
* Replaces primary key with `RKEntityIdentifier` * Add support for use of compound keys for object identification * Refactor `RKConnectionMapping` to `RKConnectionDescription` and add support for connecting with multiple attributes * Clarify naming of representation key methods to better match naming conventions * Add type transformation support for object identification * Greatly expand test coverage for object identification * Drop the `NSEntityDescription` category * Simplify the `RKManagedObjectCaching` protocol * Add compound key support to the Fetch Request and In Memory Cache implementations * Replace Kiwi with Specta for tests where contexts are helpful for organization * Rename `defaultValueForMissingAttribute` to `defaultValueForAttribute`
28 lines
733 B
Plaintext
28 lines
733 B
Plaintext
|
|
PODS:
|
|
- Expecta (0.2.0)
|
|
- OCHamcrest (1.9)
|
|
- OCMock (2.0.1.classmocks)
|
|
- Specta (0.1.6)
|
|
|
|
DEPENDENCIES:
|
|
- Expecta (from `git@github.com:blakewatters/expecta.git', branch `feature/expect-raise-with-reason')
|
|
- OCHamcrest (= 1.9)
|
|
- OCMock (from `git@github.com:blakewatters/ocmock.git')
|
|
- Specta (= 0.1.6)
|
|
|
|
EXTERNAL SOURCES:
|
|
Expecta:
|
|
:git: git@github.com:blakewatters/expecta.git
|
|
:branch: feature/expect-raise-with-reason
|
|
OCMock:
|
|
:git: git@github.com:blakewatters/ocmock.git
|
|
|
|
SPEC CHECKSUMS:
|
|
Expecta: 3ddfc757aeb1e351e12c6f1e21ab631f77178f13
|
|
OCHamcrest: 200532155c3099e6e8b5a3e061d22d063033e077
|
|
OCMock: 5ab9b659efcd39b4ca4825628bee3df51a189ff8
|
|
Specta: ec7e1ce376442fc26b927dbc517c90e36232cde6
|
|
|
|
COCOAPODS: 0.16.0
|