Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Files are still not being excluded
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Farache committed Mar 1, 2016
1 parent d8aa541 commit 38a1833
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Liferay-iOS-SDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "Liferay-iOS-SDK"
s.module_name = "LRMobileSDK"
s.version = "7.0.1"
s.version = "7.0.2"
s.summary = "Build iOS apps for Liferay."
s.homepage = "https://github.com/liferay/liferay-mobile-sdk"
s.license = {
Expand All @@ -15,10 +15,10 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '7.0'
s.source = {
:git => "https://github.com/liferay/liferay-mobile-sdk.git",
:tag => "ios-7.0.1"
:tag => "ios-7.0.2"
}
s.source_files = "ios/Source/**/*.{h,m}"
s.exclude_files = "*v62.{h,m}"
s.exclude_files = "**/*_v62.{h,m}"
s.resource_bundles = {
"Liferay-iOS-SDK" => [
"ios/Source/Util/Localization/*.lproj"
Expand Down

0 comments on commit 38a1833

Please sign in to comment.