From 68027995cc3e7544755e1d985312c112d0b18996 Mon Sep 17 00:00:00 2001 From: saitjr Date: Sat, 24 Sep 2016 19:20:42 +0800 Subject: [PATCH] add podspec --- STLoadingGroup.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/STLoadingGroup.podspec b/STLoadingGroup.podspec index 44b335f..fac6537 100644 --- a/STLoadingGroup.podspec +++ b/STLoadingGroup.podspec @@ -6,7 +6,7 @@ Pod::Spec.new do |s| s.license = "MIT" s.authors = { ‘saitjr’ => 'tangjr.work@gmail.com'} s.platform = :ios, “8.0” - s.source = { :git => "https://github.com/saitjr/TKit.git", :tag => s.version } - s.source_files = 'TKit', 'TKit/**/*.{h,m}' + s.source = { :git => "https://github.com/saitjr/STLoadingGroup/tree/master/STLoadingGroup", :tag => s.version } + s.source_files = ‘STLoadingGroup’, 'STLoadingGroup/**/*.{swift}’ s.requires_arc = true end \ No newline at end of file