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
{{ message }}
This repository was archived by the owner on Jan 24, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,18 @@
1
1
# OrangeFramework
2
2
3
-
OrangeFramework is a collection of tools for iOS development aimed at fast and high quality coding on Swiftand Objective C.
3
+
OrangeFramework is a collection of components for fast and high quality developing mobile apps on Objective-C and Swift. It was designed with a focus on simplicity and flexibility. All components are fully independent and can be used separately.
4
4
5
-
## Architecture
5
+
OrangeFramework includes:
6
+
* Light-weight iOC container (used for dependency injection).
7
+
* Flexible logger.
8
+
* Powerful extensions.
9
+
* Simple system info getter.
6
10
7
11
## Requirements
8
12
13
+
* iOS 8.0+
14
+
* Xcode 7.0+
15
+
9
16
## Installation
10
17
11
18
OrangeFramework is available through [CocoaPods](http://cocoapods.org). To install
@@ -21,4 +28,4 @@ Roman Kulesha, kulesha.r@gmail.com
21
28
22
29
## License
23
30
24
-
OrangeFramework is available under the MIT license. See the LICENSE file for more info.
31
+
OrangeFramework is available under the MIT license. See the LICENSE file for more info.
0 commit comments