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 6d69265 commit 76d6af0Copy full SHA for 76d6af0
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 = "4.0.0"
+ s.version = "3.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,6 @@ Pod::Spec.new do |s|
13
14
s.requires_arc = true
15
16
- s.ios.source_files = 'Sources/**/*'
17
- s.osx.source_files = 'Sources/**/*'
+ s.source_files = 'Sources/**/*'
18
s.frameworks = 'Foundation'
19
end
0 commit comments