Skip to content

Commit 10d487e

Browse files
egvdanoli3
authored andcommitted
fixes podspec once again
1 parent 7153c23 commit 10d487e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ofxiOSBoost.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ Boost is the library that can (and should) be used to ease c++ development.
1313
s.platform = :ios, '8.0'
1414
s.ios.deployment_target = '8.0'
1515
s.requires_arc = false
16-
s.ios.source_files = "libs/boost/include/**/*.{h,hpp}"
16+
s.ios.source_files = "libs/boost/include/**/*.{h,hpp,ipp}"
1717
s.ios.header_mappings_dir = "libs/boost/include"
18-
s.ios.public_header_files = "libs/boost/include/**/*.{h,hpp}"
18+
s.ios.public_header_files = "libs/boost/include/**/*.{h,hpp,ipp}"
1919

20-
s.ios.preserve_paths = "libs/boost/include/**/*.{h,hpp}", "libs/boost/ios/**/*.a"
20+
s.ios.preserve_paths = "libs/boost/include/**/*.{h,hpp,ipp}", "libs/boost/ios/**/*.a"
2121
s.ios.vendored_libraries = "libs/boost/ios/**/*.a"
2222

2323
end

0 commit comments

Comments
 (0)