Skip to content

Commit

Permalink
Add CocoaPod support.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkolb committed Mar 3, 2017
1 parent ec9b380 commit bed3d21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion FieryCrucible.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FieryCrucible'
s.version = '2.1.0'
s.version = '2.1.1'
s.summary = 'A minimalist type safe Swift dependency injection library.'
s.description = <<-DESC
A minimalist type safe Swift dependency injector factory. Where all true instances are forged.
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ A minimalist type safe Swift dependency injector factory. Where all true instanc

#### Changelog

#####Version 2.1.1
* Cocoapods support for iOS and OSX

#####Version 2.1.0
* Compiles on Ubuntu 16.04 using Swift 3.0.2.

Expand Down

0 comments on commit bed3d21

Please sign in to comment.