Skip to content

Commit

Permalink
add podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
saitjr committed Sep 24, 2016
1 parent 7a25979 commit 6802799
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions STLoadingGroup.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
s.license = "MIT"
s.authors = { ‘saitjr’ => '[email protected]'}
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

0 comments on commit 6802799

Please sign in to comment.