blob: 555e7a446f762ea59655a2eb34b6e50b97e57e33 [file] [log] [blame]
{
"name": "SDKMonitor",
"version": "1.0.8",
"summary": "Monitor SDK",
"description": "you can use Monitor to track your user behavior in your app.",
"platforms": {
"ios": "8.0"
},
"homepage": "https://github.com/szjiangcd/SDKMonitor",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"szjiangcd": "chuande.jiang@bqjr.cn"
},
"source": {
"git": "https://github.com/szjiangcd/SDKMonitor.git",
"tag": "1.0.8"
},
"resource_bundles": {
"SDKLibraryBundle": [
"SDKMonitorFrameworks/SDKLibraryBundle.bundle"
]
},
"frameworks": [
"Foundation",
"CoreTelephony",
"AddressBook",
"MobileCoreServices",
"SystemConfiguration",
"CoreFoundation",
"EventKit",
"CoreLocation"
],
"source_files": "SDKMonitorFrameworks/SDKMonitor.framework/Headers/*.{h}",
"vendored_frameworks": "SDKMonitorFrameworks/SDKMonitor.framework",
"public_header_files": "SDKMonitorFrameworks/SDKMonitor.framework/Headers/SDKMonitor.h",
"libraries": "sqlite3.0",
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-ObjC -all_load"
}
}