Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
onmyway133 committed Nov 22, 2018
1 parent 0b626b7 commit cb47315
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Smile.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "Smile"
s.summary = "Emoji in Swift"
s.version = "1.3.1"
s.version = "2.0.0"
s.homepage = "https://github.com/onmyway133/Smile"
s.license = 'MIT'
s.author = { "Khoa Pham" => "[email protected]" }
Expand All @@ -17,5 +17,5 @@ Pod::Spec.new do |s|

s.requires_arc = true
s.source_files = 'Sources/**/*'
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.0' }
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.2' }
end
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>

0 comments on commit cb47315

Please sign in to comment.