Skip to content

Commit 38072a6

Browse files
committed
Update Podfile, remove Pods from repo, convert Animators to Swift
1 parent 6237b8c commit 38072a6

File tree

93 files changed

+1023
-14120
lines changed

Some content is hidden

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

93 files changed

+1023
-14120
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ profile
1818
DerivedData
1919
*.hmap
2020
*.ipa
21-
21+
Pods

Podfile

+8-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,11 @@ source 'https://github.com/CocoaPods/Specs'
22

33
platform :ios, "7.0"
44

5-
pod "pop"
5+
target 'Popping' do
6+
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
7+
use_frameworks!
8+
9+
# Pods for Popping
10+
pod 'pop', '~> 1.0'
11+
end
12+

Podfile.lock

+9-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,15 @@ PODS:
22
- pop (1.0.7)
33

44
DEPENDENCIES:
5-
- pop
5+
- pop (~> 1.0)
6+
7+
SPEC REPOS:
8+
https://github.com/cocoapods/specs.git:
9+
- pop
610

711
SPEC CHECKSUMS:
8-
pop: 2f14a1ea61339767af9e66741b418c831b3844df
12+
pop: 628ffc631644601567ee8bfaaaea493ebd7d0923
13+
14+
PODFILE CHECKSUM: 7f32470b8365fadcb4b91ccfbd8aa6843caac706
915

10-
COCOAPODS: 0.34.4
16+
COCOAPODS: 1.5.3

Pods/Headers/Public/pop/POP.h

-1
This file was deleted.

Pods/Headers/Public/pop/POPAnimatableProperty.h

-1
This file was deleted.

Pods/Headers/Public/pop/POPAnimation.h

-1
This file was deleted.

Pods/Headers/Public/pop/POPAnimationEvent.h

-1
This file was deleted.

Pods/Headers/Public/pop/POPAnimationExtras.h

-1
This file was deleted.

Pods/Headers/Public/pop/POPAnimationTracer.h

-1
This file was deleted.

Pods/Headers/Public/pop/POPAnimator.h

-1
This file was deleted.

Pods/Headers/Public/pop/POPBasicAnimation.h

-1
This file was deleted.

Pods/Headers/Public/pop/POPCustomAnimation.h

-1
This file was deleted.

Pods/Headers/Public/pop/POPDecayAnimation.h

-1
This file was deleted.

Pods/Headers/Public/pop/POPDefines.h

-1
This file was deleted.

Pods/Headers/Public/pop/POPGeometry.h

-1
This file was deleted.

Pods/Headers/Public/pop/POPLayerExtras.h

-1
This file was deleted.

Pods/Headers/Public/pop/POPPropertyAnimation.h

-1
This file was deleted.

Pods/Headers/Public/pop/POPSpringAnimation.h

-1
This file was deleted.

Pods/Manifest.lock

-10
This file was deleted.

0 commit comments

Comments
 (0)