[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / 4 / 3 / YKWoodpecker / 1.2.8 / YKWoodpecker.podspec.json
blob34b9805ba8d59d5e645c63b72829e9938682fa60
2   "name": "YKWoodpecker",
3   "license": "MIT",
4   "version": "1.2.8",
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.8"
17   },
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"
25   ],
26   "resources": "YKWoodpecker/**/*.{png,plist,xcassets,json}",
27   "frameworks": [
28     "UIKit",
29     "Foundation"
30   ],
31   "requires_arc": true,
32   "xcconfig": {
33     "HEADER_SEARCH_PATHS": "$(PODS_ROOT)"
34   }