Skip to content
This repository was archived by the owner on Jan 24, 2022. It is now read-only.

Commit 7b1bad3

Browse files
committed
Podspec file moved into the root of the repo.
1 parent 782a211 commit 7b1bad3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

TableViewReactiveAdapter/TableViewReactiveAdapter.podspec renamed to TableViewReactiveAdapter.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ Pod::Spec.new do |s|
22
s.name = "TableViewReactiveAdapter"
33
s.version = "0.0.1"
44
s.summary = "Small drop-in component which allows UITableView to manipulated in reactive manner through receiving ReactiveCocoa signals."
5-
s.homepage = "http://EXAMPLE/TableViewReactiveAdapter"
5+
s.homepage = "https://github.com/gavrix/TableViewReactiveAdapter"
66
s.license = { :type => 'MIT' }
77
s.author = { "Sergey Gavrilyuk" => "[email protected]" }
88
s.platform = :ios
9-
s.source = { :git => "http://EXAMPLE/TableViewReactiveAdapter.git", :tag => "0.0.1" }
10-
s.source_files = 'TableViewReactiveAdapter/**/*.{h,m}'
9+
s.source = { :git => "https://github.com/gavrix/TableViewReactiveAdapter.git", :tag => "0.0.1" }
10+
s.source_files = 'TableViewReactiveAdapter/TableViewReactiveAdapter/*.{h,m}'
1111
s.requires_arc = true
12-
12+
1313
s.dependency 'ReactiveCocoa', '~> 2.1.8'
1414
s.dependency 'libextobjc', '0.3'
1515

0 commit comments

Comments
 (0)