Skip to content

Commit c7a365e

Browse files
author
Albert M
committed
- first commit
0 parents  commit c7a365e

95 files changed

Lines changed: 4514 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Example/Podfile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
source 'https://github.com/CocoaPods/Specs.git'
2+
3+
target 'UIImageViewSoftFrameAnimations', :exclusive => true do
4+
pod "UIImageViewSoftFrameAnimations", :path => "../"
5+
end
6+
7+
target 'Tests', :exclusive => true do
8+
pod "UIImageViewSoftFrameAnimations", :path => "../"
9+
10+
11+
end

Example/Podfile.lock

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
PODS:
2+
- UIImageViewSoftFrameAnimations (1.0)
3+
4+
DEPENDENCIES:
5+
- UIImageViewSoftFrameAnimations (from `../`)
6+
7+
EXTERNAL SOURCES:
8+
UIImageViewSoftFrameAnimations:
9+
:path: ../
10+
11+
SPEC CHECKSUMS:
12+
UIImageViewSoftFrameAnimations: c5eb11abe2ef2560bbfb0a722217ea9c61f3bbe3
13+
14+
COCOAPODS: 0.35.0

Example/Pods/Headers/Build/UIImageViewSoftFrameAnimations/UIImageView+SoftFrameAnimations.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Headers/Public/UIImageViewSoftFrameAnimations/UIImageView+SoftFrameAnimations.h

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Local Podspecs/UIImageViewSoftFrameAnimations.podspec

Lines changed: 34 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Manifest.lock

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)