Skip to content

Commit

Permalink
Adding podspec for AdPopcornSDK 3.0.9
Browse files Browse the repository at this point in the history
AdBrixManager
 - start 메소드 추가.
 deprecated 메소드
 - viral:
 - viral:param:
 - error:exception:
 - custom:
 - custom:param:
  • Loading branch information
wonje-ds committed Feb 4, 2014
1 parent aa07c71 commit 4802ac4
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions AdPopcornSDK/3.0.9/AdPopcornSDK.podspec
@@ -0,0 +1,24 @@
Pod::Spec.new do |s|
s.name = "AdPopcornSDK"
s.version = "3.0.9"
s.summary = "AdPopcorn SDK"
s.homepage = "https://github.com/igaworks/AdPopcornSDK-iOS"

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

s.platform = :ios, '4.3'
s.author = { "wonje,song" => "wonje@igaworks.com" }
s.source = { :git => "https://github.com/igaworks/AdPopcornSDK-iOS.git", :tag => "3.0.9" }
s.resources = "SDKResources.bundle"
s.ios.vendored_frameworks = 'AdPopcornSDK.framework'
s.frameworks = 'UIKit', 'CoreGraphics', 'SystemConfiguration', 'CoreData', 'QuartzCore', 'CoreTelephony', 'AdSupport'
end

0 comments on commit 4802ac4

Please sign in to comment.