Skip to content

Commit

Permalink
Update LICENSE file and podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Cee committed Aug 10, 2015
1 parent 55db803 commit c285345
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
File renamed without changes.
10 changes: 5 additions & 5 deletions Pangu.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ Pod::Spec.new do |s|

s.homepage = "https://github.com/Cee/pangu.objective-c"

s.license = { :type => "MIT", :file => "FILE_LICENSE" }
s.license = { :type => "MIT", :file => "LICENSE" }

s.author = { "Cee" => "[email protected]" }
s.author = { "Cee" => "[email protected]" }

s.ios.platform = :ios, '5.0'
s.osx.platform = :iox, '10.7'
s.ios.deployment_target = '5.0'
s.osx.deployment_target = '10.7'

s.source = { :git => "https://github.com/Cee/pangu.objective-c.git", :tag => "v#{s.version.to_s}" }

s.source_files = "Classes", "Classes/**/*.{h,m}"
s.source_files = "Classes", "Classes/**/*.{h,m}"
end

0 comments on commit c285345

Please sign in to comment.