[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 6 / d / b / Dials / 1.0.0 / Dials.podspec.json
blob408804542c071f5f19244190b83c77b111f3669f
2   "name": "Dials",
3   "version": "1.0.0",
4   "description": "Dials is a pluggable debugging framework for writing Mac\nbased tools that communicate with your iOS app. It comes with\na number of useful plugins: A view debugger, a network\ndebugger, and a control panel that lets you make changes to\narbitrary properties in real time and can even save changes\ndirectly to your code. It has a number of extension points,\nmaking it easy to add custom editors for your own views, or\neven your own project specific plugin.",
5   "summary": "Pluggable desktop debugging tools for iOS. Included plugins let you modify views, watch the network, and even send changes back to your code",
6   "homepage": "https://github.com/aleffert/dials",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Akiva Leffert": "aleffert@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/aleffert/dials.git",
19     "tag": "release/1.0.0"
20   },
21   "preserve_paths": "*",
22   "ios": {
23     "frameworks": "CFNetwork"
24   },
25   "compiler_flags": "-ObjC"