-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a27ddc7
commit 9da5ffe
Showing
2 changed files
with
39 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,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' => '[email protected]' } | ||
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 |
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 |
---|---|---|
@@ -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 | ||
|
@@ -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 ] | ||
|
||
|
@@ -33,3 +46,11 @@ You will need to set 'JDBreaksGameConfiguration' | |
let jd:JDBreaksLoading = JDBreaksLoading(frame: frame, configuration: config) | ||
self.view.addSubview(jd) | ||
``` | ||
|
||
#Meta | ||
|
||
JamesDouble – [email protected] | ||
|
||
Distributed under the MIT license. See LICENSE for more information. | ||
|
||
https://github.com/jamesdouble/JDBreaksLoading |