Showing
2 changed files
with
2 additions
and
2 deletions
... | @@ -25,7 +25,7 @@ Pod::Spec.new do |spec| | ... | @@ -25,7 +25,7 @@ Pod::Spec.new do |spec| |
25 | 25 | ||
26 | spec.source = { :git => "https://git.warp.ly/open-source/warply_sdk_framework.git", :tag => "0.1.9" } | 26 | spec.source = { :git => "https://git.warp.ly/open-source/warply_sdk_framework.git", :tag => "0.1.9" } |
27 | # spec.public_header_files = "SwiftWarplyFramework.framework/Headers/*.h" | 27 | # spec.public_header_files = "SwiftWarplyFramework.framework/Headers/*.h" |
28 | - spec.source_files = 'SwiftWarplyFramework/*.xcassets', 'SwiftWarplyFramework/SwiftWarplyFramework/*.xcassets', "SwiftWarplyFramework/*.png", "SwiftWarplyFramework/*.xcassets", "SwiftWarplyFramework/SwiftWarplyFramework/*.xcassets","SwiftWarplyFramework/*.xib", "SwiftWarplyFramework/SwiftWarplyFramework/*.xib", "SwiftWarplyFramework/*.{h,m}", "SwiftWarplyFramework/*.{h,m}", "SwiftWarplyFramework/**/*.{h,m}", "SwiftWarplyFramework/**/**/*.{h,m}", "SwiftWarplyFramework/**/**/**/*.{h,m}", "SwiftWarplyFramework/*.swift", "*.swift", "SwiftWarplyFramework/SwiftWarplyFramework/*.swift", "SwiftWarplyFramework/SwiftWarplyFramework/SwiftWarplyFramework/*.swift", "SwiftWarplyFramework/**/*.{swift,storyboard,xib,otf,ttf}" | 28 | + spec.source_files = 'SwiftWarplyFramework/*.xcassets', 'SwiftWarplyFramework/SwiftWarplyFramework/*.xcassets', "SwiftWarplyFramework/*.png", "SwiftWarplyFramework/*.xcassets", "SwiftWarplyFramework/SwiftWarplyFramework/*.xcassets","SwiftWarplyFramework/*.xib", "SwiftWarplyFramework/SwiftWarplyFramework/*.xib", "SwiftWarplyFramework/*.{h,m}", "SwiftWarplyFramework/*.{h,m}", "SwiftWarplyFramework/**/*.{h,m}", "SwiftWarplyFramework/**/**/*.{h,m}", "SwiftWarplyFramework/**/**/**/*.{h,m}", "SwiftWarplyFramework/*.swift", "*.swift", "SwiftWarplyFramework/SwiftWarplyFramework/*.swift", "SwiftWarplyFramework/SwiftWarplyFramework/SwiftWarplyFramework/*.swift", "SwiftWarplyFramework/**/*.{swift,storyboard,xib,otf,ttf,xcassets}" |
29 | # 'SwiftWarplyFramework/**/*', | 29 | # 'SwiftWarplyFramework/**/*', |
30 | # , "SwiftWarplyFramework/**/*.{swift,storyboard,xib,otf,ttf,png,jpeg,jpg}", "SwiftWarplyFramework/Classes/**/*" | 30 | # , "SwiftWarplyFramework/**/*.{swift,storyboard,xib,otf,ttf,png,jpeg,jpg}", "SwiftWarplyFramework/Classes/**/*" |
31 | 31 | ||
... | @@ -42,7 +42,7 @@ Pod::Spec.new do |spec| | ... | @@ -42,7 +42,7 @@ Pod::Spec.new do |spec| |
42 | # spec.resource_bundles = { 'ResourcesBundle' => ['*.bundle'] } | 42 | # spec.resource_bundles = { 'ResourcesBundle' => ['*.bundle'] } |
43 | # spec.resource_bundles = { 'ResourcesBundle' => ['SwiftWarplyFramework/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,json,ttf,imageset,strings}'] } | 43 | # spec.resource_bundles = { 'ResourcesBundle' => ['SwiftWarplyFramework/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,json,ttf,imageset,strings}'] } |
44 | # spec.resource_bundles = { 'ResourcesBundle' => ['SwiftWarplyFramework/**/*.{png,jpeg,jpg,storyboard,xib,ttf}'] } | 44 | # spec.resource_bundles = { 'ResourcesBundle' => ['SwiftWarplyFramework/**/*.{png,jpeg,jpg,storyboard,xib,ttf}'] } |
45 | - spec.resource_bundles = { 'ResourcesBundle' => ['SwiftWarplyFramework/**/*.{storyboard,xib,ttf}'] } | 45 | + spec.resource_bundles = { 'ResourcesBundle' => ['SwiftWarplyFramework/**/*.{storyboard,xib,otf,ttf,xcassets}'] } |
46 | 46 | ||
47 | # spec.subspec 'SwiftWarplyFramework' do |resources| | 47 | # spec.subspec 'SwiftWarplyFramework' do |resources| |
48 | # resources.resource_bundle = {'MyBundle' => ['SwiftWarplyFramework/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,json,ttf,imageset,strings}']} | 48 | # resources.resource_bundle = {'MyBundle' => ['SwiftWarplyFramework/**/*.{png,jpeg,jpg,storyboard,xib,xcassets,json,ttf,imageset,strings}']} | ... | ... |
No preview for this file type
-
Please register or login to post a comment