Skip to content

Commit

Permalink
Add a Swift port of SnowplowDemo (close #342)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhadam committed Feb 16, 2018
1 parent 88dff71 commit 679433b
Show file tree
Hide file tree
Showing 131 changed files with 12,376 additions and 284 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ rvm:
- 2.2.2

before_install:
- gem install cocoapods -v '1.3.1'
- gem install cocoapods -v '1.4.0'
- gem install slather
- gem install xcpretty -N --no-ri --no-rdoc
- brew update
- if brew outdated | grep -qx xctool; then brew upgrade xctool; fi
- pod repo update
- pod install

script:
Expand Down
8 changes: 4 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PODS:
- KiteJSONValidator/KiteJSONResources (0.2.3)
- Nocilla (0.11.0)
- Reachability (3.2)
- SnowplowIgluClient (0.1.0):
- SnowplowIgluClient (0.1.1):
- KiteJSONValidator (~> 0.2.3)

DEPENDENCIES:
Expand All @@ -21,8 +21,8 @@ SPEC CHECKSUMS:
KiteJSONValidator: 9692df579aab9d195c68d4cab992cfd37d8744ab
Nocilla: 7af7a386071150cc8aa5da4da97d060f049dd61c
Reachability: 33e18b67625424e47b6cde6d202dce689ad7af96
SnowplowIgluClient: 117bb17597bffc5504a05ad27e1e4c93f90f3cc7
SnowplowIgluClient: 7c4a00d7a866f4f36608356c3fb9d9771cf9f9f2

PODFILE CHECKSUM: 7cb9857db6eb8c536a935c789bba0af5b9f23005
PODFILE CHECKSUM: b0adbada8be7fdc33a4d3e9ff0a0e5d9337a0113

COCOAPODS: 1.3.1
COCOAPODS: 1.4.0
8 changes: 4 additions & 4 deletions Pods/Manifest.lock

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

362 changes: 182 additions & 180 deletions Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions Pods/SnowplowIgluClient/README.md

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

4 changes: 2 additions & 2 deletions Pods/SnowplowIgluClient/SnowplowIgluClient/IGLUConstants.m

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.

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

6 changes: 3 additions & 3 deletions Pods/Target Support Files/FMDB-iOS/FMDB-iOS.xcconfig

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

6 changes: 3 additions & 3 deletions Pods/Target Support Files/FMDB-macOS/FMDB-macOS.xcconfig

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.

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

6 changes: 3 additions & 3 deletions Pods/Target Support Files/Nocilla-iOS/Nocilla-iOS.xcconfig

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.

0 comments on commit 679433b

Please sign in to comment.