blob: de3473fd58f7d2f25d2e491a9e1fc598de054e05 [file] [log] [blame]
{
"name": "VeloxitySDK",
"module_name": "VeloxitySDK",
"version": "3.9.0",
"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.9.0"
},
"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"
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
}
}