Skip to content

Commit bfc44c4

Browse files
committed
update pod spec
1 parent b1c432f commit bfc44c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Tutorials.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
1616
#
1717

1818
spec.name = "Tutorials"
19-
spec.version = "1.1.1"
19+
spec.version = "1.1.2"
2020
spec.summary = "Help developers create interactive tutorial experience for iOS applications"
2121

2222
# This description is used to generate tags and improve search results.
@@ -93,7 +93,7 @@ SOFTWARE.' }
9393
# Supports git, hg, bzr, svn and HTTP.
9494
#
9595

96-
spec.source = { :git => "https://github.com/Enryun/TutorialKit.git", :tag => "#{spec.version}" }
96+
spec.source = { :git => "https://github.com/Enryun/TutorialKitDevelop.git", :tag => "#{spec.version}" }
9797

9898

9999
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
@@ -105,7 +105,7 @@ SOFTWARE.' }
105105
#
106106

107107
spec.module_name = 'TutorialKit'
108-
spec.source_files = "Sources", "Sources/**/*.{h,m}"
108+
spec.source_files = "TutorialKit", "TutorialKit/**/*.{h,m}"
109109
spec.exclude_files = "Sources/Exclude"
110110
spec.swift_versions = '5.4'
111111

0 commit comments

Comments
 (0)