Skip to content

Commit

Permalink
* update to 0.0.2.
Browse files Browse the repository at this point in the history
* rename lib name because of pod spec rule
  • Loading branch information
hsin919 committed Feb 11, 2015
1 parent 3bac446 commit c6f1504
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Binary file removed libtestPrivatePod.a
Binary file not shown.
Binary file added testPrivatePod.a
Binary file not shown.
1 change: 1 addition & 0 deletions testPrivatePod.h
Expand Up @@ -12,5 +12,6 @@


+ (NSString *)printVersion;
+ (void)printTest;

@end
6 changes: 3 additions & 3 deletions testPrivatePod.podspec
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "testPrivatePod"
s.version = "0.0.1"
s.version = "0.0.2"
s.summary = "test private pod."

s.description = <<-DESC
Expand Down Expand Up @@ -119,7 +119,7 @@ Pod::Spec.new do |s|
# s.resource = "icon.png"
# s.resources = "Resources/*.png"

# s.preserve_paths = "FilesToSave", "MoreFilesToSave"
s.preserve_paths = "testPrivatePod.a"


# ――― Project Linking ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
Expand All @@ -131,7 +131,7 @@ Pod::Spec.new do |s|
# s.framework = "SomeFramework"
# s.frameworks = "SomeFramework", "AnotherFramework"

s.library = "*.{a}"
s.library = "testPrivatePod"
# s.libraries = "iconv", "xml2"


Expand Down

0 comments on commit c6f1504

Please sign in to comment.