Skip to content
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.

Commit

Permalink
Update .podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
wongzigii committed Jun 30, 2015
1 parent aa51637 commit 3d4b022
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -31,3 +31,5 @@ DerivedData
# Carthage/Checkouts

Carthage/Build

.Butterfly.podspec.swo
23 changes: 10 additions & 13 deletions Butterfly.podspec
Expand Up @@ -7,16 +7,13 @@
#

Pod::Spec.new do |s|
s.name = "Butterfly"
s.version = "0.1.0"
s.summary = "Integrate feedback module elegantly."
s.homepage = "http://www.wongzigii.com"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = { "Wongzigii" => "wongzigii@outlook.com" }
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/wongzigii/Butterfly.git", :tag => "v#{s.version}" }
s.source_files = "Butterfly/*.swift"
s.ios.resource_bundle = { 'Butterfly' => 'Butterfly/Logo/*.png' }
s.requires_arc = true
end

s.name = 'Butterfly'
s.version = '0.1.0'
s.license = 'MIT'
s.summary = 'Integrate feedback module elegantly.'
s.authors = { 'Wongzigii' => 'https://github.com/wongzigii' }
s.homepage = 'https://github.com/wongzigii/Butterfly'
s.source = { :git => 'https://github.com/wongzigii/Butterfly.git', :tag => "v#{s.version}" }
s.ios.deployment_target = '8.0'
s.source_files = 'Butterfly/*.swift'
end

0 comments on commit 3d4b022

Please sign in to comment.