Skip to content

Commit

Permalink
Bumping version of objection to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jdewind committed Jan 17, 2014
1 parent 4cc0fcf commit ac94307
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Objection-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.2.1</string>
<string>1.3</string>
<key>CFBundleSignature</key>
<string>ATOM</string>
<key>CFBundleVersion</key>
<string>1.2.1</string>
<string>1.3</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion Objection.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Objection'
s.version = '1.2.1'
s.version = '1.3'
s.summary = 'A lightweight dependency injection framework for Objective-C.'
s.author = { 'Justin DeWind' => '[email protected]' }
s.source = { :git => 'https://github.com/atomicobject/objection.git', :tag => "#{s.version}" }
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,12 +318,12 @@ If you're using [Kiwi](https://github.com/allending/Kiwi) for testing, checkout
### Static Framework and Linkable Framework
It can be downloaded [here](http://objection-framework.org/files/Objection-1.2.1.tar.gz)
It can be downloaded [here](http://objection-framework.org/files/Objection-1.3.tar.gz)
### Building Static Framework
git clone git://github.com/atomicobject/objection.git
git checkout 1.2.1
git checkout 1.3
#### iOS
Expand All @@ -350,7 +350,7 @@ It can be downloaded [here](http://objection-framework.org/files/Objection-1.2.1
Edit your Pofile
edit Podfile
pod 'Objection', '1.2.1'
pod 'Objection', '1.3'
Now you can install Objection
Expand Down

0 comments on commit ac94307

Please sign in to comment.