blob: 93bd301e78267405f0f20e7780efc8e7c2c57b1e [file] [log] [blame]
{
"name": "GumGumiOSSDK",
"version": "0.1.1",
"summary": "Serve GumGum ads in your native mobile app.",
"description": "GumGum is an advertising publisher platform. It is the forefront of in-image technology.",
"homepage": "http://gumgum.com",
"license": {
"type": "Custom",
"file": "LICENSE.txt"
},
"authors": {
"Jake Peterson": "jsksma2@gmail.com"
},
"source": {
"git": "https://github.com/gumgum/gumgum-ios-sdk.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/gumgum",
"platforms": {
"ios": "7.1"
},
"requires_arc": true,
"resources": "GumGumiOSSDK.bundle",
"public_header_files": "GumGumiOSSDK.framework/Versions/A/Headers/*.h",
"frameworks": [
"UIKit",
"Security",
"CoreGraphics",
"WebKit",
"Foundation"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/GumGumiOSSDK"
},
"preserve_paths": "GumGumiOSSDK.framework"
}