Skip to content

Commit cded9c5

Browse files
committed
Merge pull request #6 from hyperoslo/improve/podspec-frameworks
Add frameworks
2 parents 87759fe + 2a08575 commit cded9c5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Pages.podspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ Pod::Spec.new do |s|
77
s.author = { "Hyper" => "ios@hyper.no" }
88
s.source = { :git => "https://github.com/hyperoslo/Pages.git", :tag => s.version.to_s }
99
s.social_media_url = 'https://twitter.com/hyperoslo'
10-
1110
s.platform = :ios, '8.0'
1211
s.requires_arc = true
13-
1412
s.source_files = 'Source/**/*'
13+
s.frameworks = 'UIKit'
1514
end

0 commit comments

Comments
 (0)