Skip to content

Commit

Permalink
Fix podspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
samvermette committed Jan 30, 2013
1 parent 95ecf8d commit 39f2c9f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 23 deletions.
18 changes: 0 additions & 18 deletions Demo/SVProgressHUD.podspec

This file was deleted.

8 changes: 4 additions & 4 deletions Demo/SVProgressHUD.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
2265DEEE14706A8900B3EBF7 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = 2265DEED14706A8900B3EBF7 /* README.md */; };
22A748961630AD6A004893A8 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 22A748951630AD6A004893A8 /* [email protected] */; };
22B9D43616B92DC200E71652 /* SVProgressHUD.podspec in Resources */ = {isa = PBXBuildFile; fileRef = 22B9D43516B92DC200E71652 /* SVProgressHUD.podspec */; };
22B9D43816B92E4D00E71652 /* SVProgressHUD.podspec in Resources */ = {isa = PBXBuildFile; fileRef = 22B9D43716B92E4D00E71652 /* SVProgressHUD.podspec */; };
22D13AB71365FEAC0025FCC9 /* SVProgressHUD.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 22D13AB61365FEAC0025FCC9 /* SVProgressHUD.bundle */; };
22EBCD19134128130074B281 /* MainWindow-iPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = 22EBCD18134128130074B281 /* MainWindow-iPad.xib */; };
288765A50DF7441C002DB57D /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 288765A40DF7441C002DB57D /* CoreGraphics.framework */; };
Expand All @@ -32,7 +32,7 @@
1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
2265DEED14706A8900B3EBF7 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = README.md; path = ../README.md; sourceTree = "<group>"; };
22A748951630AD6A004893A8 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
22B9D43516B92DC200E71652 /* SVProgressHUD.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SVProgressHUD.podspec; sourceTree = "<group>"; };
22B9D43716B92E4D00E71652 /* SVProgressHUD.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = SVProgressHUD.podspec; path = ../SVProgressHUD.podspec; sourceTree = "<group>"; };
22D13AB61365FEAC0025FCC9 /* SVProgressHUD.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = SVProgressHUD.bundle; sourceTree = "<group>"; };
22EBCD18134128130074B281 /* MainWindow-iPad.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = "MainWindow-iPad.xib"; path = "Resources-iPad/MainWindow-iPad.xib"; sourceTree = "<group>"; };
288765A40DF7441C002DB57D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
Expand Down Expand Up @@ -88,7 +88,7 @@
isa = PBXGroup;
children = (
2265DEED14706A8900B3EBF7 /* README.md */,
22B9D43516B92DC200E71652 /* SVProgressHUD.podspec */,
22B9D43716B92E4D00E71652 /* SVProgressHUD.podspec */,
080E96DDFE201D6D7F000001 /* Classes */,
63ADC4B81364C1360060E45B /* SVProgressHUD */,
29B97323FDCFA39411CA2CEA /* Frameworks */,
Expand Down Expand Up @@ -191,7 +191,7 @@
22D13AB71365FEAC0025FCC9 /* SVProgressHUD.bundle in Resources */,
2265DEEE14706A8900B3EBF7 /* README.md in Resources */,
22A748961630AD6A004893A8 /* [email protected] in Resources */,
22B9D43616B92DC200E71652 /* SVProgressHUD.podspec in Resources */,
22B9D43816B92E4D00E71652 /* SVProgressHUD.podspec in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
2 changes: 1 addition & 1 deletion SVProgressHUD.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SVProgressHUD'
s.version = '0.8.1'
s.version = '0.9'
s.platform = :ios
s.license = 'MIT'
s.summary = 'A clean and lightweight progress HUD for your iOS app.'
Expand Down

0 comments on commit 39f2c9f

Please sign in to comment.