2 "name": "YKWoodpecker",
5 "summary": "An in-app-debug tool for iOS.",
6 "description": "This library provides a powerful collection of iOS develop tools, such as view picker, method listen-in, po command and so on. With view picker tool you can pick up a view by a tap on the screen to check its frame, color, font, text, image..., you can also check the view's all properties and member variables. With method listen-in tool you can spy on an objective-C method, whenever the method is called, you can check the calling parameters and return value in a screen-logger. There are more other convenient tools, such as json-grabbing, po-command, sandbox, user defaults, crash log, touch indicator, performance tools and so on. Download and check it!",
7 "homepage": "https://github.com/alibaba/youku-sdk-tool-woodpecker",
9 "Zim": "dingzm77@163.com"
15 "git": "https://github.com/alibaba/youku-sdk-tool-woodpecker.git",
18 "source_files": "YKWoodpecker/**/*.{h,m}",
19 "public_header_files": [
20 "YKWoodpecker/YKWoodpecker.h",
21 "YKWoodpecker/Base/**/*.h",
22 "YKWoodpecker/Common/**/*.h",
23 "YKWoodpecker/Plugins/ProbeRulerPlugin/**/*.h",
24 "YKWoodpecker/Plugins/CommandPlugin/**/*.h"
26 "resources": "YKWoodpecker/**/*.{png,plist,xcassets,json}",
33 "HEADER_SEARCH_PATHS": "$(PODS_ROOT)"