Skip to content

Commit

Permalink
Update src/_folders_ source_files path
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahsnow1 committed Jan 9, 2013
1 parent b68c569 commit 6f6394d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iObjectiveSee/0.0.5/iObjectiveSee.podspec
Expand Up @@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/iObjectiveSee/iObjectiveSee.git", :tag => "0.0.5" }
s.platform = :ios
s.requires_arc = true
s.source_files = 'iObjectiveSee/iObjectiveSee.h', 'iObjectiveSee/src/*.{h,m}'
s.source_files = 'iObjectiveSee/iObjectiveSee.h', 'iObjectiveSee/src/**/*.{h,m}'
s.frameworks = 'CoreData', 'UIKit', 'Foundation', 'CoreGraphics', 'QuartzCore', 'CoreFoundation'
end

0 comments on commit 6f6394d

Please sign in to comment.