- Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathPodfile
More file actions
Latest commit
12 lines (10 loc) · 409 Bytes
/
Copy pathPodfile
File metadata and controls
12 lines (10 loc) · 409 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target'Keyframes Player'do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for Keyframes Player
pod'Keyframes',:git=>'https://github.com/facebookincubator/Keyframes.git',:branch=>'master'
pod'KVOController'
pod'Sparkle'
end