blob: d3ca39fbcf47f60502467090c3427834b01f506d [file] [log] [blame]
{
"name": "VeloxitySDK",
"module_name": "VeloxitySDK",
"version": "3.1.8",
"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.1.8"
},
"platforms": {
"ios": "8.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"
}
}