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

Commit d82ef81

Browse files
committed
Files moved back to root
1 parent 0174aeb commit d82ef81

File tree

283 files changed

+5
-5
lines changed

Some content is hidden

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

283 files changed

+5
-5
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

ios/LICENSE LICENSE

File renamed without changes.

ios/README.md README.md

TPSDropDown.podspec

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'TPSDropDown'
11-
s.version = '0.3.1'
11+
s.version = '0.3.2'
1212
s.summary = 'Tipsi app dropdown element'
1313

1414
s.description = <<-DESC
1515
A set of classes defining dropdown element used in Tipsi app.
1616
DESC
1717

18-
s.homepage = 'https://github.com/tipsi/tipsi-dropdown'
18+
s.homepage = 'https://github.com/tipsi/tipsi-dropdown-ios'
1919
s.license = { :type => 'MIT', :file => 'LICENSE' }
2020
s.author = { 'Tipsi team' => '[email protected]' }
21-
s.source = { :git => 'https://github.com/tipsi/tipsi-dropdown.git', :tag => s.version.to_s }
21+
s.source = { :git => 'https://github.com/tipsi/tipsi-dropdown-ios.git', :tag => s.version.to_s }
2222
s.ios.deployment_target = '8.0'
23-
s.source_files = 'ios/TPSDropDown/Classes/**/*'
23+
s.source_files = 'TPSDropDown/Classes/**/*'
2424
s.frameworks = 'UIKit'
2525
s.dependency 'pop', '1.0.9'
26-
s.resources = 'ios/TPSDropDown/TPSDropDown.bundle'
26+
s.resources = 'TPSDropDown/TPSDropDown.bundle'
2727
end
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)