Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
vadymmarkov committed May 28, 2019
1 parent 699d467 commit 101348d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Finjinon.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ Finjinon is a custom AVFoundation based camera UI, focused on quickly adding sev
s.platform = :ios, '10.0'
s.swift_version = '4.2'
s.source = { :git => "https://github.com/finn-no/Finjinon.git", :tag => s.version }
s.resources = 'Sources/Resources/*.xcassets'
s.resource_bundles = {
'Finjinon' => ['Sources/Resources/*.xcassets']
}
s.requires_arc = true
s.source_files = "Sources/*.swift"
s.frameworks = "Foundation"
Expand Down

0 comments on commit 101348d

Please sign in to comment.