blob: 7925a09b5e9bcf858ff41c724be093c96e965b90 [file] [log] [blame]
{
"name": "GumGumiOSSDK",
"version": "0.1.4",
"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.4"
},
"social_media_url": "https://twitter.com/gumgum",
"platforms": {
"ios": "7.1"
},
"requires_arc": true,
"resources": "GumGumiOSSDK.bundle",
"frameworks": "GumGumiOSSDK",
"ios": {
"vendored_frameworks": [
"GumGumiOSSDK.framework",
"libGumGumiOSSDK.a"
]
},
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "$(SRCROOT)/Pods/**"
}
}