Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix swift, reactive cocoa and snapshotting issues #8

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix podspec
  • Loading branch information
Patrick committed Nov 14, 2018
commit 42c5798d6ddd391cf1b0be551c56fdc3a9014253
18 changes: 0 additions & 18 deletions CADRACSwippableCell.podspec

This file was deleted.

18 changes: 18 additions & 0 deletions LaserSwippableCell.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Pod::Spec.new do |s|
s.name = "LaserSwippableCell"
s.version = "1.0.0"
s.summary = "Swippable CollectionView cells made with Reactive Cocoa"

s.homepage = "https://github.com/LaserSrl/LaserSwippableCell"

s.license = { :type => 'MIT', :file => 'LICENSE' }

s.author = { "Laser Patrick" => "patrick.negretto@laser-group.com" }
s.platform = :ios, '9.0'
s.requires_arc = true
s.source = { :git => "https://github.com/LaserSrl/LaserSwippableCell.git", :tag => "1.0.0" }
s.source_files = 'Source'

s.dependency 'ReactiveObjC'

end