Skip to content

Commit

Permalink
Merge pull request #25 from twotoasters/fix-error-in-podspec
Browse files Browse the repository at this point in the history
Remove source files lists for subspecs
  • Loading branch information
Prachi Gauriar committed Mar 12, 2014
2 parents ecf9a1e + 36d67b5 commit c248093
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions TWTToast.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "TWTToast"
s.version = "0.3"
s.version = "0.3.1"
s.summary = "Tools and Utilities for Cocoa Development"
s.homepage = "https://github.com/twotoasters/Toast"
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand All @@ -17,8 +17,6 @@ Pod::Spec.new do |s|

## Subspec for files related to Foundation
s.subspec 'Foundation' do |ss|
ss.source_files = "UIKit/**/*.{h,m}"

ss.subspec 'ErrorUtilities' do |sss|
sss.source_files = "Foundation/Error Utilities/*.{h,m}"
end
Expand All @@ -29,11 +27,8 @@ Pod::Spec.new do |s|
end
end


## Subspec for files related to UIKit
s.subspec 'UIKit' do |ss|
ss.source_files = "UIKit/**/*.{h,m}"

ss.subspec 'AutoLayout' do |sss|
sss.source_files = "UIKit/Auto Layout/*.{h,m}"
end
Expand All @@ -55,12 +50,9 @@ Pod::Spec.new do |s|
end
end


## Subspec for files related to Mantle
s.subspec 'Mantle' do |ss|
ss.dependency 'Mantle', '~> 1.4.0'

ss.source_files = "Mantle/**/*.{h,m}"

ss.subspec 'MantleModel' do |sss|
sss.source_files = "Mantle/Mantle Model/*.{h,m}"
Expand Down

0 comments on commit c248093

Please sign in to comment.