motion-cocoapods 1.7.5 → 1.7.6

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 66ddb29a1ca0fc10c085828051ab824d75b632b9
4
- data.tar.gz: 9a559838acfbc2facf1b24998e07de8c3851119b
3
+ metadata.gz: 99ff58fd0a2d0596899962dc281a0819d0f8aa2b
4
+ data.tar.gz: f0ffc427ab81109bda2b2d6c2c994eca4c4e5f5b
5
5
  SHA512:
6
- metadata.gz: a4ac8bad7deeb1a0c48b5270d24e6280e96d423fbcb419256e590742ecc914ace2720387a2e0a605c14386e1d1930a68192cfb592f54732fa59afefc3ba794bb
7
- data.tar.gz: ac7ca689ec8116a6b58bec18aec2eaee055b9f87f55a2e88f116636fe5f3a25ca594db28705c4af3f84fca7a51e0f282ed64b8b9fbfd130dfa40df617d87c124
6
+ metadata.gz: 51c94bba3fcabc8ce7f2de490274bdaf6d8c864104d0a5d09b32d9ac6b92b256ffcf4036d9255cbebee7d9bd775e33a8093b1de48c5e99d439a174cfdbf92dfa
7
+ data.tar.gz: 47986f487dd2bdd3f791ad33f1210815f1f8b36a049271029a2b796c328fb6d22ee376391e5121556a509f7e7595b6349812f20092319dc4121baae66f59c92e
@@ -75,6 +75,10 @@ module Motion::Project
75
75
  platform = :osx
76
76
  when 'iPhoneOS'
77
77
  platform = :ios
78
+ when 'AppleTVOS'
79
+ platform = :tvos
80
+ when 'WatchOS'
81
+ platform = :watchos
78
82
  else
79
83
  App.fail "Unknown CocoaPods platform: #{@config.deploy_platform}"
80
84
  end
@@ -24,6 +24,6 @@
24
24
 
25
25
  module Motion::Project
26
26
  class CocoaPods
27
- VERSION = '1.7.5'
27
+ VERSION = '1.7.6'
28
28
  end
29
29
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: motion-cocoapods
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.5
4
+ version: 1.7.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Laurent Sansonetti
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-02 00:00:00.000000000 Z
11
+ date: 2015-11-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cocoapods
@@ -56,9 +56,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
56
56
  version: '0'
57
57
  requirements: []
58
58
  rubyforge_project:
59
- rubygems_version: 2.4.5
59
+ rubygems_version: 2.4.5.1
60
60
  signing_key:
61
61
  specification_version: 4
62
62
  summary: CocoaPods integration for RubyMotion projects
63
63
  test_files: []
64
- has_rdoc: