Skip to content

Commit

Permalink
Move PullToRefresh into dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Sidorenko committed Oct 13, 2015
1 parent 206e2c4 commit d820988
Show file tree
Hide file tree
Showing 9 changed files with 88 additions and 371 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Expand Up @@ -24,4 +24,7 @@ pkg/*

cpd-output.*
DerivedData
build.output
build.output

Pods
Podfile.lock
4 changes: 4 additions & 0 deletions Podfile
@@ -0,0 +1,4 @@
platform :ios, '8.0'
use_frameworks!

pod "PullToMakeSoup", :path => "./"
2 changes: 2 additions & 0 deletions PullToMakeSoup.podspec
Expand Up @@ -23,4 +23,6 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.frameworks = 'CoreGraphics', 'QuartzCore'

s.dependency 'PullToRefresher', '~> 1.0'

end
1 change: 1 addition & 0 deletions PullToMakeSoup/PullToMakeSoup/PullToMakeSoup.swift
Expand Up @@ -9,6 +9,7 @@

import Foundation
import UIKit
import PullToRefresh

public class PullToMakeSoup: PullToRefresh {
public convenience init() {
Expand Down
209 changes: 0 additions & 209 deletions PullToMakeSoup/PullToMakeSoup/PullToRefresh/PullToRefresh.swift

This file was deleted.

This file was deleted.

0 comments on commit d820988

Please sign in to comment.