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.
2 parents 87759fe + 2a08575 commit cded9c5Copy full SHA for cded9c5
1 file changed
Pages.podspec
@@ -7,9 +7,8 @@ Pod::Spec.new do |s|
7
s.author = { "Hyper" => "ios@hyper.no" }
8
s.source = { :git => "https://github.com/hyperoslo/Pages.git", :tag => s.version.to_s }
9
s.social_media_url = 'https://twitter.com/hyperoslo'
10
-
11
s.platform = :ios, '8.0'
12
s.requires_arc = true
13
14
s.source_files = 'Source/**/*'
+ s.frameworks = 'UIKit'
15
end
0 commit comments