[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / 4 / 3 / YKWoodpecker / 1.2.5 / YKWoodpecker.podspec.json
blob578c343a19648b7c4d851255bf44505ddf2eb252
2   "name": "YKWoodpecker",
3   "license": "MIT",
4   "version": "1.2.5",
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",
8   "authors": {
9     "Zim": "dingzm77@163.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/alibaba/youku-sdk-tool-woodpecker.git",
16     "tag": "1.2.5"
17   },
18   "source_files": "YKWoodpecker/**/*.{h,m}",
19   "prefix_header_file": "YKWoodpecker/PrefixHeader.pch",
20   "public_header_files": [
21     "YKWoodpecker/YKWoodpecker.h",
22     "YKWoodpecker/Base/**/*.h",
23     "YKWoodpecker/Common/**/*.h",
24     "YKWoodpecker/Plugins/ProbeRulerPlugin/**/*.h",
25     "YKWoodpecker/Plugins/CommandPlugin/**/*.h"
26   ],
27   "resources": "YKWoodpecker/**/*.{png,plist,xcassets,json}",
28   "frameworks": [
29     "UIKit",
30     "Foundation"
31   ],
32   "requires_arc": true,
33   "xcconfig": {
34     "HEADER_SEARCH_PATHS": "$(PODS_ROOT)"
35   }