Skip to content

Commit

Permalink
Adds simple README.md and LICENSE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmitchell committed Oct 21, 2014
1 parent 5a09207 commit 63e16e5
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
13 changes: 13 additions & 0 deletions LICENSE.md
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.
16 changes: 16 additions & 0 deletions README.md
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)

0 comments on commit 63e16e5

Please sign in to comment.