This commit is contained in:
Artyom Devyatov 2016-02-17 23:08:32 +03:00
parent 6dad910fff
commit bceb321906
1 changed files with 14 additions and 0 deletions

14
LeadKit.podspec Normal file
View File

@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "LeadKit"
s.version = "0.0.1"
s.summary = "iOS framework with a bunch of tools for rapid development"
s.homepage = "https://github.com/TouchInstinct/LeadKit"
s.license = "Apache License, Version 2.0"
s.author = "Touch Instinct"
s.platform = :ios, "8.0"
s.source = { :git => "https://github.com/TouchInstinct/LeadKit.git" }
s.source_files = "LeadKit/LeadKit/**/*.{h,m}"
s.dependency "CocoaLumberjack", "2.2.0"
end