Skip to content

Commit

Permalink
-- podspec changes
Browse files Browse the repository at this point in the history
  • Loading branch information
arpandesai committed Nov 9, 2017
1 parent e8f278d commit 24b96a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions MFNudityExample/MFNudity.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ Pod::Spec.new do |s|
s.license = 'MIT'
s.author = {‘Jigar Thakkar’ => ‘jigarthakkar4444@gmail.com’, 'Arpan Desai' => 'arpan@mobilefirst.in'}

s.source = { :git => 'https://github.com/MobileFirstInc/MFNudity.git’}
s.source = { :git => 'https://github.com/MobileFirstInc/MFNudity.git’, :tag => '1.0.0'}
s.homepage = 'https://www.mobilefirst.in'
s.platform = :ios, ’11.0’
s.requires_arc = true
s.source_files = ‘MFNudity/**/*.{swift,h}'
s.source_files = ‘MFNudity/**/*.{swift,h,mlmodel}'
s.resource_bundles = {
'MFCard' => [‘MFNudity/**/*.{xib,xcassets,json,imageset,png,jpg}']
'MFNudity' => [‘MFNudity/**/*.{xib,mlmodel}']
}
s.frameworks = 'UIKit', 'Foundation'
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '3' }
end
end

0 comments on commit 24b96a9

Please sign in to comment.