Skip to content

Commit

Permalink
pod spec changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Arpan Desai authored and Arpan Desai committed Dec 8, 2016
1 parent a5e0128 commit b333dde
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
7 changes: 5 additions & 2 deletions MFCard.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'MFCard'
s.version = '1.0.4'
s.version = '1.0.5'
s.summary = 'Fantastic Credit Card View'
s.license = 'MIT'
s.author = { 'Arpan Desai' => 'arpan@mobilefirst.in' }
Expand All @@ -10,8 +10,11 @@ Pod::Spec.new do |s|
s.platform = :ios, '8.0'
s.requires_arc = true

s.source_files = 'MFCard/Card /**/*.{swift}'
s.source_files = 'MFCard/*.{swift,h}'
s.resource = "MFCard/**/*"
s.resource_bundles = {
'MFCard' => ['MFCard/**/*.{xib,xcassets,json,imageset,png,jpg}']
}
s.frameworks = 'UIKit', 'Foundation'
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '3' }
end
Binary file modified MFCard/Card /.DS_Store
Binary file not shown.
Binary file modified MFCard/Card /Assets.xcassets/Card/.DS_Store
Binary file not shown.

0 comments on commit b333dde

Please sign in to comment.