Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

Commit

Permalink
Update dyci.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulTaykalo committed May 16, 2016
1 parent fa8a47d commit 605e0c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dyci.podspec
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = "dyci"
s.version = "0.1.5.6"
s.version = "0.1.6"
s.summary = "Dynamic code injection tool. Allows to inject code at runtime."

s.homepage = "https://github.com/DyCI/dyci-main"
s.license = {:type => 'MIT', :file => 'LICENSE.md'}

s.author = { "Paul Taykalo" => "tt.kilew@gmail.com" }

s.source = { :git => "https://github.com/DyCI/dyci-main.git", :tag => 'v0.1.5.6'}
s.source = { :git => "https://github.com/DyCI/dyci-main.git", :tag => 'v0.1.6'}
s.requires_arc = true
s.platform = :ios, '5.0'
s.source_files = 'Dynamic Code Injection/dyci/**/*.{h,m}'
Expand Down

0 comments on commit 605e0c3

Please sign in to comment.