You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Powerful dependency injection for Cocoa and CocoaTouch. Lightweight, yet full-featured and super-easy to use.
5
5
6
6
## Not familiar with Dependency Injection?
7
7
8
-
Visit <ahref="http://typhoonframework.org">the Typhoon website</a> for an introduction. There's also a nice intro over at <ahref="http://www.bignerdranch.com/blog/dependency-injection-ios/">Big Nerd Ranch</a>, or <ahref="http://www.objc.io/issue-15/dependency-injection.html">here's an article</a>, by <ahref="http://qualitycoding.org/">John Reid</a>. Quite a few books have been written on the topic, though we're not familiar with one that focuses specifically on Objective-C, Swift or Cocoa yet.
8
+
Visit <ahref="http://typhoonframework.org">the Typhoon website</a> for an introduction. There's also a nice intro over at <ahref="https://www.bignerdranch.com/blog/dependency-injection-ios/">Big Nerd Ranch</a>, or <ahref="https://www.objc.io/issues/15-testing/dependency-injection/">here's an article</a>, by <ahref="http://qualitycoding.org/">John Reid</a>. Quite a few books have been written on the topic, though we're not familiar with one that focuses specifically on Objective-C, Swift or Cocoa yet.
9
9
10
10
## Is Typhoon the right DI framework for you?
11
11
@@ -15,9 +15,9 @@ Check out the <a href="http://www.typhoonframework.org/#features">feature list</
15
15
16
16
# Usage
17
17
18
-
* Read the ***Quick Start*** for <ahref="https://github.com/typhoon-framework/Typhoon/wiki/Quick-Start">Objective-C</a> or <ahref="https://github.com/appsquickly/Typhoon/wiki/Swift-Quick-Start">Swift</a>.
19
-
* Here's the <ahref="https://github.com/typhoon-framework/Typhoon/wiki/Types-of-Injections">User Guide</a>.
20
-
* And here are the <ahref="http://www.typhoonframework.org/docs/latest/api/modules.html">API Docs</a>. Generally googling a Typhoon class name will return the correct page as the first hit.
18
+
* Read the ***Quick Start*** for <ahref="https://github.com/appsquickly/Typhoon/wiki/Quick-Start">Objective-C</a> or <ahref="https://github.com/appsquickly/Typhoon/wiki/Swift-Quick-Start">Swift</a>.
19
+
* Here's the <ahref="https://github.com/appsquickly/Typhoon/wiki/Types-of-Injections">User Guide</a>.
20
+
* And here are the <ahref="http://typhoonframework.org/docs/latest/api/modules.html">API Docs</a>. Generally googling a Typhoon class name will return the correct page as the first hit.
@@ -27,13 +27,13 @@ let viewControler = assembly.recommendationController() as! RecommendationContro
27
27
28
28
# Open Source Sample Applications
29
29
30
-
* Try the official <ahref="https://github.com/typhoon-framework/Typhoon-Swift-Example">Swift Sample Application</a> or <ahref="https://github.com/typhoon-framework/Typhoon-example">Objective-C Sample Application</a>.
31
-
* This sample shows how to <ahref="https://github.com/typhoon-framework/Typhoon-CoreData-RAC-Example">set up Typhoon with Storyboards, Core Data and Reactive Cocoa</a>.
30
+
* Try the official <ahref="https://github.com/appsquickly/Typhoon-Swift-Example">Swift Sample Application</a> or <ahref="https://github.com/appsquickly/Typhoon-example">Objective-C Sample Application</a>.
31
+
* This sample shows how to <ahref="https://github.com/appsquickly/Typhoon-CoreData-RAC-Example">set up Typhoon with Storyboards, Core Data and Reactive Cocoa</a>.
32
32
33
33
*Have a Typhoon example app that you'd like to share? Great! Get in touch with us :)*
Typhoon is available through <ahref="http://cocoapods.org/?q=Typhoon">CocoaPods</a> or <ahref="https://github.com/Carthage/Carthage">Carthage</a>, and also builds easily from source.
39
39
@@ -96,11 +96,11 @@ If you can't find what you need in the Quick Start or User Guides above, then Ty
96
96
97
97
### I've found a bug, or have a feature request
98
98
99
-
Please raise a <ahref="https://github.com/typhoon-framework/Typhoon/issues">GitHub issue</a>.
99
+
Please raise a <ahref="https://github.com/appsquickly/Typhoon/issues">GitHub issue</a>.
100
100
101
101
### Interested in contributing?
102
102
103
-
Great! Here's the <ahref="https://github.com/typhoon-framework/Typhoon/wiki/Contribution-Guide">contribution guide.</a>
103
+
Great! Here's the <ahref="https://github.com/appsquickly/Typhoon/wiki/Contribution-Guide">contribution guide.</a>
0 commit comments