Skip to content

Commit

Permalink
Merge pull request CocoaPods#862 from bsideup/master
Browse files Browse the repository at this point in the history
TLSIgnals v 0.0.1
  • Loading branch information
orta committed Dec 12, 2012
2 parents 9ce6ed9 + 229f2ca commit 3e8be86
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions TLSignals/0.0.1/TLSignals.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'TLSignals'
s.version = '0.0.1'
s.platform = :ios
s.license = {:type => 'Custom', :text => 'Copyright (C) 2012 Sergey Egorov' }
s.summary = 'Observer pattern with compile-time type checking for Objective-C.'
s.homepage = 'https://github.com/bsideup/TLSignals'
s.author = { 'Sergey Egorov' => 'bsideup@gmail.com' }
s.source = { :git => 'https://github.com/bsideup/TLSignals.git',
:commit => 'HEAD' }

s.source_files = 'TLSignals/*.{h,m, mm}'
end

0 comments on commit 3e8be86

Please sign in to comment.