We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f78f607 commit 6d69265Copy full SHA for 6d69265
1 file changed
Compass.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |s|
2
s.name = "Compass"
3
s.summary = "Compass helps you setup a central navigation system for your iOS application."
4
- s.version = "3.0.0"
+ s.version = "4.0.0"
5
s.homepage = "https://github.com/hyperoslo/Compass"
6
s.license = 'MIT'
7
s.author = { "Hyper Interaktiv AS" => "ios@hyper.no" }
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
13
14
s.requires_arc = true
15
16
- s.ios.source_files = 'Sources/{iOS,Shared}/**/*'
17
- s.osx.source_files = 'Sources/{Mac,Shared}/**/*'
18
- s.dependency 'Sugar'
+ s.ios.source_files = 'Sources/**/*'
+ s.osx.source_files = 'Sources/**/*'
+ s.frameworks = 'Foundation'
19
end
0 commit comments