Skip to content

Commit

Permalink
v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Hoyle committed Mar 30, 2020
0 parents commit 625ce46
Show file tree
Hide file tree
Showing 304 changed files with 23,234 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# OS X
.DS_Store

# Xcode
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata/
*.xccheckout
profile
*.moved-aside
DerivedData
*.hmap
*.ipa

# Bundler
.bundle

# Add this line if you want to avoid checking in source code from Carthage dependencies.
# Carthage/Checkouts

Carthage/Build

# We recommend against adding the Pods directory to your .gitignore. However
# you should judge for yourself, the pros and cons are mentioned at:
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control
#
# Note: if you ignore the Pods directory, make sure to uncomment
# `pod install` in .travis.yml
#
# Pods/

# Ignore the folder with failed screenshots
Example/Tests/FailureDiffs*
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.6.5
15 changes: 15 additions & 0 deletions Example/Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
use_frameworks!
platform :ios, '10.0'

target 'StylableUIKit_Example' do
pod 'StylableUIKit/Core', :path => '../'
pod 'StylableUIKit/Lottie', :path => '../'

pod 'SwiftLint'

target 'StylableUIKit_Tests' do
inherit! :search_paths

pod 'iOSSnapshotTestCase', '~> 6.0'
end
end
38 changes: 38 additions & 0 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
PODS:
- iOSSnapshotTestCase (6.2.0):
- iOSSnapshotTestCase/SwiftSupport (= 6.2.0)
- iOSSnapshotTestCase/Core (6.2.0)
- iOSSnapshotTestCase/SwiftSupport (6.2.0):
- iOSSnapshotTestCase/Core
- lottie-ios (3.1.6)
- StylableUIKit/Core (3.1.0)
- StylableUIKit/Lottie (3.1.0):
- lottie-ios (~> 3.1)
- StylableUIKit/Core
- SwiftLint (0.37.0)

DEPENDENCIES:
- iOSSnapshotTestCase (~> 6.0)
- StylableUIKit/Core (from `../`)
- StylableUIKit/Lottie (from `../`)
- SwiftLint

SPEC REPOS:
trunk:
- iOSSnapshotTestCase
- lottie-ios
- SwiftLint

EXTERNAL SOURCES:
StylableUIKit:
:path: "../"

SPEC CHECKSUMS:
iOSSnapshotTestCase: 9ab44cb5aa62b84d31847f40680112e15ec579a6
lottie-ios: 85ce835dd8c53e02509f20729fc7d6a4e6645a0a
StylableUIKit: b753c35ecd2366fe8b1d981a50c3ff84cece4637
SwiftLint: c078a14d7d7ade75e5507795d185e3da41d844d2

PODFILE CHECKSUM: 9fe40686bdaa77e966122dbae4ca1cde783185d6

COCOAPODS: 1.8.4
58 changes: 58 additions & 0 deletions Example/Pods/Local Podspecs/StylableUIKit.podspec.json

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

38 changes: 38 additions & 0 deletions Example/Pods/Manifest.lock

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

Loading

0 comments on commit 625ce46

Please sign in to comment.