Skip to content

Commit

Permalink
[Update] IGSearch 0.2.0 - fix spec to use iOS 7
Browse files Browse the repository at this point in the history
  • Loading branch information
siuying committed Aug 20, 2013
1 parent a24f7f5 commit 652cb11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion IGSearch/0.2.0/IGSearch.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ Pod::Spec.new do |s|
s.author = { "Francis Chong" => "[email protected]"}

s.source = { :git => "https://github.com/siuying/IGSearch.git", :tag => s.version.to_s }
s.platform = :ios, '5.1'
s.ios.platform = :ios, '6.0'
s.osx.platform = :osx

s.source_files = 'IGSearch/Classes/*.{h,m}', 'vendor/sqlite3-fts-cjk/fts3/*.{h,m,c}'
s.requires_arc = true
s.license = {:type => 'MIT', :file => 'LICENSE.md' }
Expand Down

0 comments on commit 652cb11

Please sign in to comment.