[Validation] Fix description related checks

This commit is contained in:
Fabio Pelosin
2013-03-20 11:21:06 +01:00
parent 38ad8563cd
commit eec9aecfd9
76 changed files with 76 additions and 119 deletions
+1 -2
View File
@@ -6,9 +6,8 @@ Pod::Spec.new do |s|
s.homepage = 'http://smilesoftware.com/sdk'
s.author = { 'SmileOnMyMac' => 'textexpander-touch@smilesoftware.com' }
s.source = { :http => 'http://smilesoftware.com/downloads/teTouchSDK_1.2.2.zip' }
s.description = 'Add TextExpander touch functionality to your iOS app!'
s.platform = :ios
s.source_files = 'teTouchSDK/TextExpander.framework/Versions/A/Headers/*.h'
s.preserve_paths = 'teTouchSDK/TextExpander.framework'
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '$(PODS_ROOT)/TextExpander/teTouchSDK', 'OTHER_LDFLAGS' => '-framework TextExpander' }
end
end