Skip to content

Commit

Permalink
Move GUI Cocoa common code iOS to a separated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
l4u committed Apr 15, 2012
1 parent 27e9f73 commit 9a0a5c3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions GCCommonCode-iOS/0.0.1/GCCommonCode-iOS.podspec
@@ -0,0 +1,11 @@
Pod::Spec.new do |s|
s.name = 'GCCommonCode-iOS'
s.version = '0.0.1'
s.platform = :ios
s.summary = 'GUI Cocoa iOS Common Code Library'
s.homepage = 'http://guicocoa.com'
s.author = {'GUI Cocoa, LLC.' => 'caleb@guicocoa.com'}
s.source = { :git => 'git://github.com/guicocoa/common-code-ios.git'}
s.source_files = '*.{h,m}'
s.framework = 'CoreData', 'CoreLocation'
end
3 changes: 2 additions & 1 deletion Hoptoad-iOS/3.1.0/Hoptoad-iOS.podspec
Expand Up @@ -6,8 +6,9 @@ Pod::Spec.new do |s|
s.homepage = 'http://airbrake.io/pages/ios-notifier'
s.author = {'GUI Cocoa, LLC.' => 'caleb@guicocoa.com'}
s.source = { :git => 'git://github.com/guicocoa/hoptoad-ios.git', :tag => '3.1.0' }
s.source_files = 'Airbrake/gcalertview/*.{h,m}', 'Airbrake/notifier/*.{h,m}'
s.source_files = 'Airbrake/notifier/*.{h,m}'
s.resources = 'Airbrake/notifier/ABNotifier.bundle'
s.frameworks = 'SystemConfiguration'
s.dependency 'KissXML'
s.dependency 'GCCommonCode-iOS'
end

0 comments on commit 9a0a5c3

Please sign in to comment.