Skip to content

Commit

Permalink
Added modulemap
Browse files Browse the repository at this point in the history
  • Loading branch information
tid-kijyun committed Nov 30, 2015
1 parent 80fcee0 commit 01edad9
Show file tree
Hide file tree
Showing 35 changed files with 32 additions and 9,636 deletions.
3 changes: 2 additions & 1 deletion Kanna.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Kanna"
s.version = "1.0.2"
s.version = "1.0.3"
s.summary = "Kanna is an XML/HTML parser for iOS/Mac OS X."
s.homepage = "https://github.com/tid-kijyun/Kanna"
s.license = 'MIT'
Expand All @@ -16,4 +16,5 @@ Pod::Spec.new do |s|

s.source_files = ['Source/**/*.swift', 'Source/**/*.h', 'Library/**/*.h']
s.libraries = 'xml2'
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2', 'SWIFT_INCLUDE_PATHS' => '$(SRCROOT)/Kanna/Modules' }
end
349 changes: 15 additions & 334 deletions Kanna.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions Kanna.xcodeproj/xcshareddata/xcschemes/Kanna_watchOS.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "1E4F86B41BD90AE1008EF835"
BuildableName = "Kanna_watchOS.framework"
BuildableName = "Kanna.framework"
BlueprintName = "Kanna_watchOS"
ReferencedContainer = "container:Kanna.xcodeproj">
</BuildableReference>
Expand Down Expand Up @@ -46,7 +46,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "1E4F86B41BD90AE1008EF835"
BuildableName = "Kanna_watchOS.framework"
BuildableName = "Kanna.framework"
BlueprintName = "Kanna_watchOS"
ReferencedContainer = "container:Kanna.xcodeproj">
</BuildableReference>
Expand All @@ -64,7 +64,7 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "1E4F86B41BD90AE1008EF835"
BuildableName = "Kanna_watchOS.framework"
BuildableName = "Kanna.framework"
BlueprintName = "Kanna_watchOS"
ReferencedContainer = "container:Kanna.xcodeproj">
</BuildableReference>
Expand Down
306 changes: 0 additions & 306 deletions Library/libxml/HTMLparser.h

This file was deleted.

Loading

0 comments on commit 01edad9

Please sign in to comment.