[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / c / 0 / 7 / VZInspector / 0.1.6 / VZInspector.podspec.json
blob6c0d4694a7e634ca0acaaa05b3c2bd9d0d5f600d
2   "name": "VZInspector",
3   "version": "0.1.6",
4   "summary": "an iOS app runtime debugger",
5   "homepage": "https://github.com/xta0/VZInspector",
6   "license": "MIT",
7   "authors": {
8     "xta0": "xta0.me@gmail.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/xta0/VZInspector",
15     "tag": "0.1.6"
16   },
17   "requires_arc": true,
18   "frameworks": [
19     "Foundation",
20     "UIKit",
21     "CoreGraphics",
22     "QuartzCore"
23   ],
24   "source_files": "VZInspector/**/*.{h,c,m,mm}",
25   "libraries": [
26     "z",
27     "c++"
28   ],
29   "xcconfig": {
30     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
31     "CLANG_CXX_LIBRARY": "libc++"
32   }