Skip to content

Commit

Permalink
added set pivot
Browse files Browse the repository at this point in the history
  • Loading branch information
BadChoice committed Jul 11, 2016
1 parent 0ede0e8 commit 8ddce4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions daikiri.podspec.json
@@ -1,14 +1,14 @@
{
"name": "daikiri",
"version": "1.2.1",
"version": "1.2.2",
"license": "MIT",
"summary": "Daikiri json - model - coredata made easy",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/BadChoice/daikiri.git",
"tag": "1.2.1"
"tag": "1.2.2"
},
"description": "Daikiri is a really easy library to work with json - model - coredata in the easiest, intuitive and fluent way. Inspired in Laravel Eloquent",
"homepage": "https://github.com/BadChoice/daikiri",
Expand Down
1 change: 1 addition & 0 deletions daikiri/lib/Daikiri.h
Expand Up @@ -127,6 +127,7 @@
* this method, otherwise, it will be nil
*/
-(Daikiri*)pivot;
-(void)setPivot:(Daikiri*)pivot;

/**
* Overridable function so each model can define its managedObjectContext
Expand Down

0 comments on commit 8ddce4b

Please sign in to comment.