Skip to content

Commit

Permalink
Adding podspec for AdBrixSDK 3.1.4.
Browse files Browse the repository at this point in the history
3.1.4i
 2013-04-08
 - restructuring framework.
  • Loading branch information
wonje-ds committed Apr 15, 2014
1 parent ec7a1c4 commit fc94260
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions AdBrixSDK/3.1.4/AdBrixSDK.podspec
@@ -0,0 +1,24 @@
Pod::Spec.new do |s|
s.name = "AdBrixSDK"
s.version = "3.1.4"
s.summary = "AdBrix SDK"
s.homepage = "https://github.com/igaworks/AdBrixSDK-iOS"

s.license = {
:type => 'Commercial',
:text => <<-LICENSE
All text and design is copyright 2006-2014 igaworks, Inc.
All rights reserved.
https://github.com/igaworks/AdBrixSDK-iOS
LICENSE
}

s.platform = :ios, '5.1.1'
s.author = { "wonje,song" => "wonje@igaworks.com" }
s.source = { :git => "https://github.com/igaworks/AdBrixSDK-iOS.git", :tag => "#{s.version}" }
s.resources = "SDKResources.bundle"
s.ios.vendored_frameworks = 'AdBrixSDK.framework'
s.frameworks = 'UIKit', 'SystemConfiguration', 'CoreData', 'CoreTelephony', 'Security'
end

0 comments on commit fc94260

Please sign in to comment.