blob: f6055d8b86995127f16c3c1ddd43af1c593276b5 [file] [log] [blame]
{
"name": "SensorsAnalyticsEncrypt",
"version": "0.0.1",
"summary": "The official iOS Encrypt of Sensors Analytics.",
"homepage": "http://www.sensorsdata.cn",
"source": {
"git": "https://github.com/sensorsdata/sa-sdk-ios-encrypt.git",
"tag": "v0.0.1"
},
"license": {
"type": "Boost Software License, Version 1.0"
},
"authors": {
"Quan Wen": "wenquan@sensorsdata.cn"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SensorsAnalyticsEncrypt/**/*.{h,mm,cpp}",
"public_header_files": "SensorsAnalyticsEncrypt/ECC/SACryptoppECC.h",
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "SENSORS_ANALYTICS_ENABLE_CUSTOM_CRYPTOPP=1",
"OTHER_CPLUSPLUSFLAGS[sdk=iphonesimulator*]": "$(OTHER_CFLAGS) -DCRYPTOPP_DISABLE_ASM=1",
"GCC_WARN_INHIBIT_ALL_WARNINGS": "YES"
}
}