blob: aa95c4cf99f796111e37f12577e001c34bf9306e [file] [log] [blame]
{
"name": "AppTrace",
"version": "0.1.0",
"summary": "A track util of App.",
"description": "A track util of App,help develop to know how their app runs.",
"homepage": "https://github.com/chenzhengxu/AppTrace",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chenzhengxu": "chenzhengxu2@163.com"
},
"source": {
"git": "https://github.com/chenzhengxu/AppTrace.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AppTrace/Classes/**/*",
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
},
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"fishhook": [
]
}
}