cocoapods 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  module Pod
2
- VERSION = '0.0.4'
2
+ VERSION = '0.0.5'
3
3
 
4
4
  class Informative < StandardError
5
5
  end
@@ -33,8 +33,9 @@ module Pod
33
33
 
34
34
  def xcconfig
35
35
  @xcconfig ||= Xcode::Config.new({
36
- # in a workspace this is where the static library headers should be found
37
- 'USER_HEADER_SEARCH_PATHS' => '$(BUILT_PRODUCTS_DIR)',
36
+ # In a workspace this is where the static library headers should be found
37
+ # We could also make this recursive, but let's let the user decide on that.
38
+ 'USER_HEADER_SEARCH_PATHS' => '$(BUILT_PRODUCTS_DIR)/Pods',
38
39
  # search the user headers
39
40
  'ALWAYS_SEARCH_USER_PATHS' => 'YES',
40
41
  })
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 4
9
- version: 0.0.4
8
+ - 5
9
+ version: 0.0.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Eloy Duran