blob: 4860f156a63df40665cefdf178ff666cc517b4c2 [file] [log] [blame]
{
"name": "LoopMeSDK",
"version": "6.2.4",
"summary": "LoopMe is the largest mobile video DSP and Ad Network, reaching over 1 billion consumers world-wide.",
"description": "LoopMe is the largest mobile video DSP and Ad Network, reaching over 1 billion consumers world-wide. LoopMe’s full-screen video and rich media ad formats deliver more engaging mobile advertising experiences to consumers on smartphones and tablets.\n\n\nThe LoopMe SDK is distributed as source code that you must include in your application and provides facilities to retrieve, display ads in your application.\n\nIf you have questions please contact us at support@loopmemedia.com.",
"homepage": "http://loopme.me",
"license": "BSD",
"authors": {
"Bogdan Korda": "bogdan@loopme.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/loopme/loopme-ios-sdk.git",
"tag": "6.2.4"
},
"source_files": "LoopMeSDK/**/*.{h,m}",
"public_header_files": [
"LoopMeSDK/*.h",
"LoopMeSDK/Internal/Utility/LoopMeLogging.h"
],
"frameworks": [
"StoreKit",
"CoreLocation",
"SystemConfiguration",
"CoreTelephony",
"CoreGraphics",
"CoreMedia",
"AudioToolbox",
"CoreAudio",
"AVFoundation",
"AdSupport"
],
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC -all_load"
}
}