Move GUI Cocoa common code iOS to a separated podspec

This commit is contained in:
l4u
2012-04-15 09:07:23 +08:00
parent 27e9f73425
commit 9a0a5c3f95
2 changed files with 13 additions and 1 deletions
@@ -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