Skip to content

Commit

Permalink
Updated OCMock to point to the latest commit instead of the v3 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
zats committed Jun 30, 2014
1 parent 0f3daf2 commit 48305ca
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions OCMock/3.0/OCMock.podspec.json
Expand Up @@ -6,8 +6,7 @@
"Erik Doernenburg": "erik@doernenburg.com"
},
"source": {
"git": "https://github.com/erikdoe/ocmock.git",
"tag": "v3.0"
"git": "https://github.com/erikdoe/ocmock.git"
},
"summary": "OCMock is an Objective-C implementation of mock objects.",
"description": "This implementation fully utilises the dynamic nature of Objective-C. It creates mock objects on the fly and uses the trampoline pattern so that you can define expectations and stubs using the same syntax that you use to call methods. No strings, no @selector, just method invocations.",
Expand All @@ -17,4 +16,4 @@
"text": "Copyright (c) 2004-2013 by Mulle Kybernetik. All rights reserved.\n\n Permission to use, copy, modify and distribute this software and its documentation\n is hereby granted, provided that both the copyright notice and this permission\n notice appear in all copies of the software, derivative works or modified versions,\n and any portions thereof, and that both notices appear in supporting documentation,\n and that credit is given to Mulle Kybernetik in all documents and publicity\n pertaining to direct or indirect use of this code or its derivatives.\n\n THIS IS EXPERIMENTAL SOFTWARE AND IT IS KNOWN TO HAVE BUGS, SOME OF WHICH MAY HAVE\n SERIOUS CONSEQUENCES. THE COPYRIGHT HOLDER ALLOWS FREE USE OF THIS SOFTWARE IN ITS\n \"AS IS\" CONDITION. THE COPYRIGHT HOLDER DISCLAIMS ANY LIABILITY OF ANY KIND FOR ANY\n DAMAGES WHATSOEVER RESULTING DIRECTLY OR INDIRECTLY FROM THE USE OF THIS SOFTWARE\n OR OF ANY DERIVATIVE WORK.\n"
},
"requires_arc": false
}
}

0 comments on commit 48305ca

Please sign in to comment.