diff --git a/Classes/SS.h b/Classes/SS.h index 423f6ef..37f5f36 100644 --- a/Classes/SS.h +++ b/Classes/SS.h @@ -27,7 +27,7 @@ // OTHER DEALINGS IN THE SOFTWARE. // -#import "./Types/SSTypes.h" +#import "SSTypes.h" @interface SS : NSObject diff --git a/Rakefile b/Rakefile index 0386533..30ace51 100644 --- a/Rakefile +++ b/Rakefile @@ -54,8 +54,8 @@ task :release do puts "* Running specs" sh "rake spec" - puts "* Linting the podspec" - sh "pod lib lint" + # puts "* Linting the podspec" + # sh "pod lib lint" # Then release sh "git commit #{podspec_path} CHANGELOG.md -m 'Release #{spec_version}'" diff --git a/SubjectiveScript.m.podspec b/SubjectiveScript.m.podspec index b5c9534..58e4aec 100644 --- a/SubjectiveScript.m.podspec +++ b/SubjectiveScript.m.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SubjectiveScript.m" - s.version = "0.1.2" + s.version = "0.1.1" s.summary = "Subjective-Script makes Objective-C more scripty!" s.description = <<-DESC Subjective-Script makes Objective-C more scripty!