Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdouble committed Oct 11, 2017
1 parent a27ddc7 commit 9da5ffe
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
18 changes: 18 additions & 0 deletions JDBreaksLoading.podspec
@@ -0,0 +1,18 @@
Pod::Spec.new do |s|
s.name = 'JDGamesLoading'
s.version = '1.3.1'
s.summary = 'Let User play little game when they are waiting'

s.description = <<-DESC
Let User play little game when they are waiting , Now Have Three Basic game.
DESC

s.homepage = 'https://github.com/jamesdouble/JDGamesLoading'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'JamesDouble' => 'jameskuo12345@gmail.com' }
s.source = { :git => 'https://github.com/jamesdouble/JDGamesLoading.git', :tag => s.version.to_s }

s.ios.deployment_target = '8.0'
s.source_files = 'JDGamesLoading/JDGamesLoading/*'

end
21 changes: 21 additions & 0 deletions README.md
@@ -1,4 +1,8 @@
# JDBreaksLoading
![Alt text](https://img.shields.io/badge/SwiftVersion-3.0+-red.svg?link=http://left&link=http://right)
![Alt text](https://img.shields.io/badge/IOSVersion-8.0+-green.svg)
![Alt text](https://img.shields.io/badge/BuildVersion-1.0.0-green.svg)
![Alt text](https://img.shields.io/badge/Author-JamesDouble-blue.svg?link=http://https://jamesdouble.github.io/index.html&link=http://https://jamesdouble.github.io/index.html)

***
# Introduction
Expand All @@ -21,6 +25,15 @@ To add JDBreaksLoading to your view, just give it a frame and addSubview.
self.view.addSubview(jdbreaksLoading)
```

# Installation
CocoaPods

```
platform :ios, '8.0'
use_frameworks!
pod 'JDBreaksLoading'
```

### Game Configuration
The default [ Ball, Block , Paddle -> All white, Block count: 3 ]

Expand All @@ -33,3 +46,11 @@ You will need to set 'JDBreaksGameConfiguration'
let jd:JDBreaksLoading = JDBreaksLoading(frame: frame, configuration: config)
self.view.addSubview(jd)
```

#Meta

JamesDouble – jameskuo12345@google.com

Distributed under the MIT license. See LICENSE for more information.

https://github.com/jamesdouble/JDBreaksLoading

0 comments on commit 9da5ffe

Please sign in to comment.