Skip to content
This repository was archived by the owner on Aug 8, 2024. It is now read-only.

Commit 0475457

Browse files
committed
Closes #63 by updating the podspec for the newest CocoaPods beta 0.39.0.beta.5
1 parent 229e991 commit 0475457

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Carlos.podspec

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ Pod::Spec.new do |s|
1919

2020
s.ios.platform = :ios, "9.0"
2121
s.osx.platform = :osx, "10.10"
22-
# s.watchos.platform = :watchos, "2.0"
22+
s.watchos.platform = :watchos, "2.0"
2323

2424
s.ios.deployment_target = '8.0'
2525
s.osx.deployment_target = '10.9'
26-
# s.watchos.deployment_target = '2.0'
26+
s.watchos.deployment_target = '2.0'
2727

2828
s.requires_arc = true
2929

3030
s.ios.source_files = 'Carlos/*.swift', 'Carlos/NSKeyedUnarchiver+SwiftUtilities.{h,m}'
31-
# s.watchos.source_files = 'Carlos/*.swift', 'Carlos/NSKeyedUnarchiver+SwiftUtilities.{h,m}'
32-
# s.watchos.exclude_files = 'Carlos/MemoryWarning.swift'
31+
s.watchos.source_files = 'Carlos/*.swift', 'Carlos/NSKeyedUnarchiver+SwiftUtilities.{h,m}'
32+
s.watchos.exclude_files = 'Carlos/MemoryWarning.swift'
3333
s.osx.source_files = 'Carlos/*.swift', 'CarlosMac/*.swift', 'Carlos/NSKeyedUnarchiver+SwiftUtilities.{h,m}'
3434
s.osx.exclude_files = 'Carlos/MemoryWarning.swift', 'Carlos/*+iOS.swift'
3535
end

0 commit comments

Comments
 (0)