Working on ShortsViewController UI
Showing
This diff is collapsed.
Click to expand it.
1Weather/Extensions/UIColor+Highlight.swift
0 → 100644
1Weather/ViewModels/ShortsViewModel.swift
0 → 100644
This diff is collapsed.
Click to expand it.
... | ... | @@ -46,6 +46,7 @@ def application_pods |
pod 'PKHUD', '~> 5.0' | ||
pod 'Nuke' | ||
pod 'Nuke-WebP-Plugin' | ||
pod 'pop', :git => 'https://github.com/facebook/pop.git' | ||
end | ||
#-------Targets------- | ||
... | ... |
Pods/Local Podspecs/pop.podspec.json
0 → 100644
{ | ||
"name": "pop", | ||
"version": "1.0.11", | ||
"license": { | ||
"type": "BSD" | ||
}, | ||
"homepage": "https://github.com/facebook/pop", | ||
"authors": { | ||
"Kimon Tsinteris": "kimon@mac.com" | ||
}, | ||
"summary": "Extensible animation framework for iOS and OS X.", | ||
"source": { | ||
"git": "https://github.com/facebook/pop.git", | ||
"tag": "1.0.10" | ||
}, | ||
"source_files": "pop/**/*.{h,m,mm,cpp}", | ||
"public_header_files": "pop/{POP,POPAnimatableProperty,POPAnimatablePropertyTypes,POPAnimation,POPAnimationEvent,POPAnimationExtras,POPAnimationTracer,POPAnimator,POPBasicAnimation,POPCustomAnimation,POPDecayAnimation,POPDefines,POPGeometry,POPLayerExtras,POPPropertyAnimation,POPSpringAnimation,POPVector}.h", | ||
"requires_arc": true, | ||
"social_media_url": "https://twitter.com/fbOpenSource", | ||
"libraries": "c++", | ||
"pod_target_xcconfig": { | ||
"CLANG_CXX_LANGUAGE_STANDARD": "c++11", | ||
"CLANG_CXX_LIBRARY": "libc++" | ||
}, | ||
"platforms": { | ||
"ios": "8.0", | ||
"osx": "10.8", | ||
"tvos": "9.0" | ||
} | ||
} |
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Pods/Target Support Files/pop/pop-Info.plist
0 → 100644
Pods/Target Support Files/pop/pop-dummy.m
0 → 100644
Pods/Target Support Files/pop/pop-prefix.pch
0 → 100644
Pods/Target Support Files/pop/pop-umbrella.h
0 → 100644
Pods/Target Support Files/pop/pop.modulemap
0 → 100644
Pods/pop/LICENSE
0 → 100644
Pods/pop/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
Pods/pop/pop/POP.h
0 → 100644
Pods/pop/pop/POPAction.h
0 → 100644
Pods/pop/pop/POPAnimatableProperty.h
0 → 100644
Pods/pop/pop/POPAnimatableProperty.mm
0 → 100644
This diff is collapsed.
Click to expand it.
Pods/pop/pop/POPAnimatablePropertyTypes.h
0 → 100644
Pods/pop/pop/POPAnimation.h
0 → 100644
Pods/pop/pop/POPAnimation.mm
0 → 100644
Pods/pop/pop/POPAnimationEvent.h
0 → 100644
Pods/pop/pop/POPAnimationEvent.mm
0 → 100644
Pods/pop/pop/POPAnimationEventInternal.h
0 → 100644
Pods/pop/pop/POPAnimationExtras.h
0 → 100644
Pods/pop/pop/POPAnimationExtras.mm
0 → 100644
Pods/pop/pop/POPAnimationInternal.h
0 → 100644
This diff is collapsed.
Click to expand it.
Pods/pop/pop/POPAnimationPrivate.h
0 → 100644
Pods/pop/pop/POPAnimationRuntime.h
0 → 100644
Pods/pop/pop/POPAnimationRuntime.mm
0 → 100644
Pods/pop/pop/POPAnimationTracer.h
0 → 100644
Pods/pop/pop/POPAnimationTracer.mm
0 → 100644
Pods/pop/pop/POPAnimationTracerInternal.h
0 → 100644
Pods/pop/pop/POPAnimator.h
0 → 100644
Pods/pop/pop/POPAnimator.mm
0 → 100644
This diff is collapsed.
Click to expand it.
Pods/pop/pop/POPAnimatorPrivate.h
0 → 100644
Pods/pop/pop/POPBasicAnimation.h
0 → 100644
Pods/pop/pop/POPBasicAnimation.mm
0 → 100644
Pods/pop/pop/POPBasicAnimationInternal.h
0 → 100644
Pods/pop/pop/POPCGUtils.h
0 → 100644
Pods/pop/pop/POPCGUtils.mm
0 → 100644
Pods/pop/pop/POPCustomAnimation.h
0 → 100644
Pods/pop/pop/POPCustomAnimation.mm
0 → 100644
Pods/pop/pop/POPDecayAnimation.h
0 → 100644
Pods/pop/pop/POPDecayAnimation.mm
0 → 100644
Pods/pop/pop/POPDecayAnimationInternal.h
0 → 100644
Pods/pop/pop/POPDefines.h
0 → 100644
Pods/pop/pop/POPGeometry.h
0 → 100644
Pods/pop/pop/POPGeometry.mm
0 → 100644
Pods/pop/pop/POPLayerExtras.h
0 → 100644
Pods/pop/pop/POPLayerExtras.mm
0 → 100644
Pods/pop/pop/POPMath.h
0 → 100644
This diff is collapsed.
Click to expand it.
Pods/pop/pop/POPMath.mm
0 → 100644
This diff is collapsed.
Click to expand it.
Pods/pop/pop/POPPropertyAnimation.h
0 → 100644
This diff is collapsed.
Click to expand it.
Pods/pop/pop/POPPropertyAnimation.mm
0 → 100644
This diff is collapsed.
Click to expand it.
Pods/pop/pop/POPPropertyAnimationInternal.h
0 → 100644
This diff is collapsed.
Click to expand it.
Pods/pop/pop/POPSpringAnimation.h
0 → 100644
This diff is collapsed.
Click to expand it.
Pods/pop/pop/POPSpringAnimation.mm
0 → 100644
This diff is collapsed.
Click to expand it.
Pods/pop/pop/POPSpringAnimationInternal.h
0 → 100644
This diff is collapsed.
Click to expand it.
Pods/pop/pop/POPSpringSolver.h
0 → 100644
This diff is collapsed.
Click to expand it.
Pods/pop/pop/POPVector.h
0 → 100644
This diff is collapsed.
Click to expand it.
Pods/pop/pop/POPVector.mm
0 → 100644
This diff is collapsed.
Click to expand it.
Pods/pop/pop/WebCore/FloatConversion.h
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Pods/pop/pop/WebCore/TransformationMatrix.h
0 → 100644
This diff is collapsed.
Click to expand it.
Pods/pop/pop/WebCore/UnitBezier.h
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment