Skip to content

Commit d4b0e58

Browse files
committed
update folder hierarchy
update folder hierarchy
1 parent dc6b7cd commit d4b0e58

7 files changed

Lines changed: 3 additions & 3 deletions

File tree

Pod/Assets/.gitkeep

Whitespace-only changes.

Pod/Classes/.gitkeep

Whitespace-only changes.

SKTaskManager.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@
99

1010
Pod::Spec.new do |s|
1111
s.name = "SKTaskManager"
12-
s.version = "1.1"
12+
s.version = “1.2
1313
s.summary = "Now its easy to manage asynchronous task whether its is sequential or parallel."
1414
s.homepage = "https://github.com/SunilSpaceo/SKTaskManager"
1515
s.license = 'MIT'
1616
s.author = { "SunilSpaceo" => "sunil@spaceotechnologies.com" }
17-
s.source = { :git => "https://github.com/SunilSpaceo/SKTaskManager.git", :tag => '1.1' }
17+
s.source = { :git => "https://github.com/SunilSpaceo/SKTaskManager.git", :tag => ‘1.2 }
1818

1919
s.platform = :ios, '5.0'
2020
s.requires_arc = true
2121

22-
s.source_files = 'Pod/Classes/**/*.{h,m}'
22+
s.source_files = 'SKTaskManager/**/*.{h,m}'
2323

2424
# s.public_header_files = 'Pod/Classes/**/*.h'
2525
end

0 commit comments

Comments
 (0)