blob: b5e2351a52e574ae3076e97dd2ddddac5b99d5ea [file] [log] [blame]
{
"name": "VeloxitySDK",
"module_name": "VeloxitySDK",
"version": "3.3.5",
"summary": "Veloxity iOS SDK",
"description": "Veloxity SDK For IOS",
"homepage": "https://bitbucket.org/veloxity-inc/veloxity-ios-cocoapods",
"license": "Proprietary License",
"authors": {
"veloxity": "developer@veloxity.net"
},
"source": {
"git": "https://bitbucket.org/veloxity-inc/veloxity-ios-cocoapods",
"tag": "3.3.5"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/VeloxitySDK.framework/Headers/*.h",
"public_header_files": "Pod/VeloxitySDK.framework/Headers/*.h",
"preserve_paths": "Pod/VeloxitySDK.framework",
"vendored_frameworks": "Pod/VeloxitySDK.framework",
"frameworks": [
"Foundation",
"UIKit",
"CFNetwork",
"CoreLocation",
"SystemConfiguration",
"CoreTelephony",
"Security",
"VeloxitySDK"
],
"libraries": [
"z",
"sqlite3"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libz"
}
}