Skip to content

Commit 2abdbc4

Browse files
committed
1.0.5
1 parent 40730aa commit 2abdbc4

File tree

9 files changed

+97
-255
lines changed

9 files changed

+97
-255
lines changed

Demo/Demo.gif

-1020 KB
Binary file not shown.

Demo/LICENSE

-19
This file was deleted.

Demo/README.md

-77
This file was deleted.

Demo/WSProgressHUD.xcodeproj/project.pbxproj

+12
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
FE52FF281B648EDD00703FB5 /* WSIndefiniteAnimationView.m in Sources */ = {isa = PBXBuildFile; fileRef = FE52FF211B648EDD00703FB5 /* WSIndefiniteAnimationView.m */; };
1414
FE52FF291B648EDD00703FB5 /* WSProgressBundle.bundle in Resources */ = {isa = PBXBuildFile; fileRef = FE52FF221B648EDD00703FB5 /* WSProgressBundle.bundle */; };
1515
FE52FF2A1B648EDD00703FB5 /* WSProgressHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = FE52FF241B648EDD00703FB5 /* WSProgressHUD.m */; };
16+
FE52FF2E1B649B9300703FB5 /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = FE52FF2B1B649B9300703FB5 /* LICENSE */; };
17+
FE52FF2F1B649B9300703FB5 /* README.md in Sources */ = {isa = PBXBuildFile; fileRef = FE52FF2C1B649B9300703FB5 /* README.md */; };
18+
FE52FF301B649B9300703FB5 /* WSProgressHUD.podspec in Resources */ = {isa = PBXBuildFile; fileRef = FE52FF2D1B649B9300703FB5 /* WSProgressHUD.podspec */; };
1619
FED429031B63E262002A5294 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = FED428F21B63E262002A5294 /* AppDelegate.m */; };
1720
FED429061B63E262002A5294 /* image1.jpg in Resources */ = {isa = PBXBuildFile; fileRef = FED428F71B63E262002A5294 /* image1.jpg */; };
1821
FED429071B63E262002A5294 /* image2.png in Resources */ = {isa = PBXBuildFile; fileRef = FED428F81B63E262002A5294 /* image2.png */; };
@@ -53,6 +56,9 @@
5356
FE52FF221B648EDD00703FB5 /* WSProgressBundle.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = WSProgressBundle.bundle; sourceTree = "<group>"; };
5457
FE52FF231B648EDD00703FB5 /* WSProgressHUD.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WSProgressHUD.h; sourceTree = "<group>"; };
5558
FE52FF241B648EDD00703FB5 /* WSProgressHUD.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WSProgressHUD.m; sourceTree = "<group>"; };
59+
FE52FF2B1B649B9300703FB5 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = "<group>"; };
60+
FE52FF2C1B649B9300703FB5 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = "<group>"; };
61+
FE52FF2D1B649B9300703FB5 /* WSProgressHUD.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = WSProgressHUD.podspec; path = ../WSProgressHUD.podspec; sourceTree = "<group>"; };
5662
FED428F11B63E262002A5294 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
5763
FED428F21B63E262002A5294 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
5864
FED428F41B63E262002A5294 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
@@ -147,6 +153,9 @@
147153
FEDB74921B593589003DDB79 = {
148154
isa = PBXGroup;
149155
children = (
156+
FE52FF2B1B649B9300703FB5 /* LICENSE */,
157+
FE52FF2C1B649B9300703FB5 /* README.md */,
158+
FE52FF2D1B649B9300703FB5 /* WSProgressHUD.podspec */,
150159
FE52FF171B648EDD00703FB5 /* WSProgressHUD */,
151160
FED428F01B63E262002A5294 /* WSProgressHUDDemo */,
152161
FEDB74B71B593589003DDB79 /* WSProgressHUDTests */,
@@ -264,6 +273,8 @@
264273
FED429261B63E2A0002A5294 /* LaunchScreen.xib in Resources */,
265274
FED429271B63E2A0002A5294 /* Main.storyboard in Resources */,
266275
FED429281B63E2A0002A5294 /* Info.plist in Resources */,
276+
FE52FF2E1B649B9300703FB5 /* LICENSE in Resources */,
277+
FE52FF301B649B9300703FB5 /* WSProgressHUD.podspec in Resources */,
267278
FED4290A1B63E262002A5294 /* Info.plist in Resources */,
268279
FED429071B63E262002A5294 /* image2.png in Resources */,
269280
FED429091B63E262002A5294 /* IMG_6584.png in Resources */,
@@ -295,6 +306,7 @@
295306
FED4290B1B63E262002A5294 /* main.m in Sources */,
296307
FE52FF271B648EDD00703FB5 /* MMMaterialDesignSpinner.m in Sources */,
297308
FE52FF281B648EDD00703FB5 /* WSIndefiniteAnimationView.m in Sources */,
309+
FE52FF2F1B649B9300703FB5 /* README.md in Sources */,
298310
FED4290C1B63E262002A5294 /* TabViewController1.m in Sources */,
299311
);
300312
runOnlyForDeploymentPostprocessing = 0;

0 commit comments

Comments
 (0)