blob: 07ed3a04bd98968ad74533a8070ba1fc3e8983da [file] [log] [blame]
{
"name": "mobilytics",
"version": "2.0",
"summary": "mobilytics",
"homepage": "https://da.netease.com/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"马守磊": "hzmashoulei@corp.netease.com"
},
"source": {
"git": "https://github.com/mashoulei/mobilytics-ios.git",
"tag": "v2.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "*.h",
"preserve_paths": [
"*.h",
"libMobilytics.a"
],
"vendored_libraries": "libMobilytics.a",
"libraries": [
"z",
"sqlite3"
],
"frameworks": [
"SystemConfiguration",
"CoreTelephony",
"CoreLocation",
"UIKit",
"Security",
"AdSupport",
"Foundation"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "${PODS_ROOT}/mobilytics",
"LIBRARY_SEARCH_PATHS": "${PODS_ROOT}/mobilytics"
}
}