cocoapods 0.1.0 → 0.1.1

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.1.0'
2
+ VERSION = '0.1.1'
3
3
 
4
4
  class Informative < StandardError
5
5
  end
@@ -55,11 +55,11 @@ module Pod
55
55
  end
56
56
 
57
57
  def ios?
58
- rootspec.platform == :ios
58
+ rootspec.platform == :ios if rootspec
59
59
  end
60
60
 
61
61
  def osx?
62
- rootspec.platform == :osx
62
+ rootspec.platform == :osx if rootspec
63
63
  end
64
64
 
65
65
  module Mixin
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 0
9
- version: 0.1.0
8
+ - 1
9
+ version: 0.1.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Eloy Duran
@@ -54,12 +54,10 @@ files:
54
54
  - xcode-project-templates/cocoa-static-library/Pods-Prefix.pch
55
55
  - xcode-project-templates/cocoa-static-library/Pods.xcconfig
56
56
  - xcode-project-templates/cocoa-static-library/Pods.xcodeproj/project.pbxproj
57
- - xcode-project-templates/cocoa-static-library/Pods.xcodeproj/project.xcworkspace/contents.xcworkspacedata
58
57
  - xcode-project-templates/cocoa-static-library/PodsResources.sh
59
58
  - xcode-project-templates/cocoa-touch-static-library/Pods-Prefix.pch
60
59
  - xcode-project-templates/cocoa-touch-static-library/Pods.xcconfig
61
60
  - xcode-project-templates/cocoa-touch-static-library/Pods.xcodeproj/project.pbxproj
62
- - xcode-project-templates/cocoa-touch-static-library/Pods.xcodeproj/project.xcworkspace/contents.xcworkspacedata
63
61
  - xcode-project-templates/cocoa-touch-static-library/PodsResources.sh
64
62
  - bin/pod
65
63
  - README.md
@@ -1,7 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <Workspace
3
- version = "1.0">
4
- <FileRef
5
- location = "self:Pods.xcodeproj">
6
- </FileRef>
7
- </Workspace>
@@ -1,7 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <Workspace
3
- version = "1.0">
4
- <FileRef
5
- location = "self:Pods.xcodeproj">
6
- </FileRef>
7
- </Workspace>