Skip to content

Commit af9080c

Browse files
authored
podspec: add module_name (#578)
1 parent 3038221 commit af9080c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

xcodeproj.podspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Pod::Spec.new do |s|
1313

1414
s.source_files = "Sources/**/*.{swift}"
1515

16+
s.module_name = 'XcodeProj'
17+
1618
s.dependency "XcodeProjCExt", "0.1.0"
1719
s.dependency "PathKit", "~> 1.0.0"
1820
s.dependency "AEXML", "~> 4.4.0"

0 commit comments

Comments
 (0)