Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Add podspec, license file
Browse files Browse the repository at this point in the history
  • Loading branch information
sibljon committed Jan 22, 2013
1 parent 043517b commit 8b4a39e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
7 changes: 7 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Copyright 2012 MindSnacks

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
12 changes: 12 additions & 0 deletions MSVCLeakHunter.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = "MSVCLeakHunter"
s.version = "0.0.1"
s.summary = "Simple and easy tool to discover View Controllers that are not being deallocated when you expect them to."
s.homepage = "https://github.com/mindsnacks/MSVCLeakHunter"
s.license = { :type => 'Apache License, Version 2.0', :file => 'LICENSE' }
s.author = { "Javier Soto" => "javi@mindsnacks.com" }
s.source = { :git => "https://github.com/mindsnacks/MSVCLeakHunter.git", :commit => "043517b52b63ac06b4e92557b248b08ba7456e64" }
s.platform = :ios
s.ios.deployment_target = '5.0'
s.source_files = 'MSVCLeakHunter.{h,m}'
end

0 comments on commit 8b4a39e

Please sign in to comment.