blob: c2f557a426125e9c5963c875c074a005b5cbec9f [file] [log] [blame]
{
"name": "ActionMonitor",
"version": "0.0.2",
"homepage": "https://guides.cocoapods.org/making/private-cocoapods.html",
"platforms": {
"ios": "8.0"
},
"summary": "A data acquisition framework",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"XDYB": "122880558@qq.com"
},
"source": {
"git": "http://192.168.4.181/zhangyu/ActionMonitor.git",
"tag": "0.0.2"
},
"dependencies": {
"Reachability": [
]
},
"source_files": [
"ActionMonitorSdk/config/**/*.{h,m,c,mm}",
"ActionMonitorSdk/db/**/*.{h,m,c,mm}",
"ActionMonitorSdk/file/**/*.{h,m,c,mm}",
"ActionMonitorSdk/monitor/**/*.{h,m,c,mm}",
"ActionMonitorSdk/upload/**/*.{h,m,c,mm}",
"ActionMonitorSdk/util/**/*.{h,m,c,mm}"
],
"requires_arc": true,
"frameworks": "CoreTelephony",
"libraries": [
"z",
"sqlite3"
]
}