Skip to content

Commit bf45162

Browse files
author
Nikola Markovic
committed
Added podspec
1 parent 6826ca3 commit bf45162

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

ConstructorAutocomplete.podspec

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
Pod::Spec.new do |spec|
2+
spec.name = 'ConstructorAutocomplete'
3+
spec.version = '0.0.1'
4+
spec.license = { :type => 'MIT', :file => 'LICENSE' }
5+
spec.homepage = 'https://www.constructor.io'
6+
spec.authors = { 'Nikola Markovic' => '[email protected]' }
7+
spec.summary = 'Constructor.io iOS autosuggest client.'
8+
spec.source = { :git => 'https://github.com/Constructor-io/constructorio-client-swift.git', :tag => "v#{spec.version}" }
9+
spec.platform = :ios, '8.0'
10+
11+
spec.source_files = 'AutocompleteClient/*'
12+
spec.ios.resource_bundle = { 'ConstructorAutocomplete' => 'AutocompleteClient/Resources/*.png' }
13+
spec.framework = 'UIKit'
14+
end

0 commit comments

Comments
 (0)