Skip to content

Commit

Permalink
Fix podspec syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Piñera Buendía committed Mar 30, 2016
1 parent 5c41073 commit 11e414d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions SugarRecord.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Pod::Spec.new do |s|
s.subspec "CoreData" do |spec|
source_files = ['SugarRecord/Source/Foundation/**/*.{swift}', 'SugarRecord/Source/CoreData/**/*.{swift}']
spec.source_files = source_files
spec.exclude_files = excluded_files + excluded_icloud_files
spec.exclude_files = excluded_icloud_files
coredata_dependencies.call(spec)
foundation_dependencies.call(spec)
all_platforms.call(spec)
Expand All @@ -57,7 +57,6 @@ Pod::Spec.new do |s|
s.subspec "CoreData+iCloud" do |spec|
source_files = ['SugarRecord/Source/Foundation/**/*.{swift}', 'SugarRecord/Source/CoreData/**/*.{swift}']
spec.source_files = source_files
spec.exclude_files = excluded_files
coredata_dependencies.call(spec)
foundation_dependencies.call(spec)
end
Expand Down

0 comments on commit 11e414d

Please sign in to comment.