blob: 354138e03290d6266618447a9b915f0cbde03191 [file] [log] [blame]
{
"name": "TapIt",
"version": "3.1.5",
"summary": "The TapIt Advertising SDK for iOS",
"homepage": "http://www.tapit.com",
"authors": {
"Phunware, Inc.": "http://www.phunware.com"
},
"social_media_url": "https://twitter.com/Phunware",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/tapit/TapIt-iOS-SDK.git",
"tag": "v3.1.5"
},
"license": {
"type": "Copyright",
"text": "Copyright 2015 by Phunware Inc. All rights reserved."
},
"public_header_files": "Framework/TapIt.framework/Versions/A/Headers/*.h",
"ios": {
"vendored_frameworks": "Framework/TapIt.framework",
"frameworks": [
"Security",
"QuartzCore",
"SystemConfiguration",
"MobileCoreServices",
"CoreTelephony",
"MessageUI",
"EventKit",
"EventKitUI",
"CoreMedia",
"AVFoundation",
"MediaPlayer",
"AudioToolbox",
"AdSupport",
"StoreKit"
]
},
"resources": "Framework/TapIt.bundle",
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/TapIt/**\""
},
"requires_arc": true
}