Skip to content

Commit

Permalink
fixis for Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
scinfu committed Dec 12, 2016
1 parent 1b89b98 commit a41de2c
Show file tree
Hide file tree
Showing 107 changed files with 362 additions and 8,833 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- SwiftSoup (0.1.0)
- SwiftSoup (0.2.2)

DEPENDENCIES:
- SwiftSoup (from `../`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: ../

SPEC CHECKSUMS:
SwiftSoup: 1cd009e74bae8e925a341c693b09ead31d6e2e18
SwiftSoup: 4f38fdfc83afa68e505158485ef5afa1d6188c98

PODFILE CHECKSUM: 1a9fe573c1621ea34a0bf6b2ac20737e78fb44f5

Expand Down
4 changes: 2 additions & 2 deletions Example/Pods/Local Podspecs/SwiftSoup.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

522 changes: 234 additions & 288 deletions Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Example/Pods/Target Support Files/SwiftSoup/Info.plist

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import PackageDescription

let package = Package(
name: "SwiftSoup"
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion SwiftSoup.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'SwiftSoup'
s.version = '0.2.2'
s.version = '1.0.0'
s.summary = 'Swift HTML Parser.'

# This description is used to generate tags and improve search results.
Expand Down
260 changes: 80 additions & 180 deletions SwiftSoup.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file removed Tests/resources/bomtests/bom_utf16be.html
Binary file not shown.
Binary file removed Tests/resources/bomtests/bom_utf16le.html
Binary file not shown.
Binary file removed Tests/resources/bomtests/bom_utf32be.html
Binary file not shown.
Binary file removed Tests/resources/bomtests/bom_utf32le.html
Binary file not shown.
21 changes: 0 additions & 21 deletions Tests/resources/htmltests/README

This file was deleted.

4 changes: 0 additions & 4 deletions Tests/resources/htmltests/baidu-cn-home.html

This file was deleted.

1 change: 0 additions & 1 deletion Tests/resources/htmltests/baidu-variant.html

This file was deleted.

10 changes: 0 additions & 10 deletions Tests/resources/htmltests/google-ipod.html

This file was deleted.

4 changes: 0 additions & 4 deletions Tests/resources/htmltests/meta-charset-1.html

This file was deleted.

4 changes: 0 additions & 4 deletions Tests/resources/htmltests/meta-charset-2.html

This file was deleted.

4 changes: 0 additions & 4 deletions Tests/resources/htmltests/meta-charset-3.html

This file was deleted.

23 changes: 0 additions & 23 deletions Tests/resources/htmltests/namespaces.xhtml

This file was deleted.

Loading

0 comments on commit a41de2c

Please sign in to comment.