forked from 3sidedcube/ThunderRequest
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds simple README.md and LICENSE.md
- Loading branch information
1 parent
5a09207
commit 63e16e5
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Copyright 2014 Three Sided Cube Design LTD | ||
|
||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
|
||
http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
#Thunder Request | ||
|
||
Thunder Request is a Framework used to simplify making web requests. | ||
|
||
#Installation | ||
|
||
Setting up your app to use Thunder Request is a simple and quick process. For now Thunder Request is built as a static framework, meaning you will need to include the whole Xcode project in your workspace. | ||
|
||
+ Drag all included files and folders to a location within your existing project. | ||
+ Add ThunderRequest.framework to your Embedded Binaries. | ||
+ Wherever you want to use ThunderTable use `@import ThunderRequest` or `import ThunderRequest` if you're using swift. | ||
|
||
#Code Examples | ||
|
||
#License | ||
See [LICENSE.md](LICENSE.md) |