blob: 1ea44d691b056711cf360e2fa4a1ec8df57424be [file] [log] [blame]
{
"name": "BDArenaConnector",
"version": "5.0.1",
"summary": "An SDK that provides access to all of the ArenaDaemon features like ads, chat and multiplayer environments",
"homepage": "https://www.arenadaemon.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "ArenaDaemon Srl",
"platforms": {
"ios": "8.0"
},
"source": {
"http": "https://repo.arenadaemon.com/ios/cocoapods/BDArenaConnector501.zip"
},
"source_files": "BDArenaConnector.framework/Headers/*.{h}",
"ios": {
"vendored_frameworks": "BDArenaConnector.framework"
},
"resource_bundles": {
"BDArenaConnector": [
"BDArenaConnector.bundle/*"
]
},
"frameworks": [
"SpriteKit",
"SafariServices",
"Security",
"MessageUI",
"Social",
"UIKit",
"ImageIO",
"EventKit",
"EventKitUI",
"SystemConfiguration",
"CoreTelephony",
"CoreMedia",
"AVFoundation",
"AdSupport",
"QuartzCore",
"MobileCoreServices"
],
"libraries": "xml2",
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
"OTHER_LDFLAGS": "-ObjC"
},
"deprecated": true
}