diff --git a/GPX/GPXElementSubclass.h b/GPX/GPXElementSubclass.h index 8337e5e..586ca34 100644 --- a/GPX/GPXElementSubclass.h +++ b/GPX/GPXElementSubclass.h @@ -7,7 +7,7 @@ // #import "GPXElement.h" -#import "TBXML.h" +@import TBXML; @interface GPXElement () diff --git a/GPX/GPXParser.m b/GPX/GPXParser.m index 6df50c8..5d5eb46 100644 --- a/GPX/GPXParser.m +++ b/GPX/GPXParser.m @@ -10,7 +10,7 @@ #import "GPXConst.h" #import "GPXElementSubclass.h" #import "GPXRoot.h" -#import "TBXML.h" +@import TBXML; @implementation GPXParser diff --git a/iOS-GPX-Framework.podspec b/iOS-GPX-Framework.podspec index fa018ed..a919f1b 100644 --- a/iOS-GPX-Framework.podspec +++ b/iOS-GPX-Framework.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "iOS-GPX-Framework" - s.version = "0.0.4" + s.version = "0.0.5" s.summary = "The iOS framework for parsing/generating GPX files. (@merlos fork)" s.description = <<-DESC This is a iOS framework for parsing/generating GPX files.