diff --git a/TLSignals/0.0.1/TLSignals.podspec b/TLSignals/0.0.1/TLSignals.podspec new file mode 100644 index 00000000000000..211f93279bab81 --- /dev/null +++ b/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