[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / f / 7 / 1 / FLEX / 4.7.0 / FLEX.podspec.json
blobd090499bf38e187e6e67ab888a1062985511a7d9
2   "name": "FLEX",
3   "version": "4.7.0",
4   "summary": "A set of in-app debugging and exploration tools for iOS",
5   "description": "- Inspect and modify views in the hierarchy.\n- View Detailed network request history.\n- See the properties and ivars on any object.\n- Dynamically modify many properties and ivars.\n- Dynamically call instance and class methods.\n- Access any live object via a scan of the heap.\n- See system log messages (i.e. from `NSLog()`).\n- View the file system within your app's sandbox.\n- Explore all classes in your app and linked systems frameworks (public and private).\n- Quickly access useful objects such as `[UIApplication sharedApplication]`, the app delegate, the root view controller on the key window, and more.\n- Dynamically view and modify `NSUserDefaults` values.",
6   "homepage": "https://github.com/FLEXTool/FLEX",
7   "screenshots": [
8     "http://engineering.flipboard.com/assets/flex/basic-view-exploration.gif",
9     "http://engineering.flipboard.com/assets/flex/advanced-view-editing.gif",
10     "http://engineering.flipboard.com/assets/flex/heap-browser.gif",
11     "http://engineering.flipboard.com/assets/flex/file-browser.gif",
12     "http://engineering.flipboard.com/assets/flex/nsuserdefaults-editor.gif",
13     "http://engineering.flipboard.com/assets/flex/system-libraries-browser.gif",
14     "http://engineering.flipboard.com/assets/flex/flex-readme-reverse-1.png",
15     "http://engineering.flipboard.com/assets/flex/flex-readme-reverse-2.png"
16   ],
17   "license": {
18     "type": "BSD",
19     "file": "LICENSE"
20   },
21   "authors": {
22     "Tanner Bennett": "tannerbennett@me.com"
23   },
24   "social_media_url": "https://twitter.com/NSExceptional",
25   "platforms": {
26     "ios": "9.0"
27   },
28   "source": {
29     "git": "https://github.com/FLEXTool/FLEX.git",
30     "tag": "4.7.0"
31   },
32   "source_files": "Classes/**/*.{h,c,m,mm}",
33   "exclude_files": "Classes/Headers/*.{h,c,m,mm}",
34   "frameworks": [
35     "Foundation",
36     "UIKit",
37     "CoreGraphics",
38     "ImageIO",
39     "QuartzCore",
40     "WebKit",
41     "Security",
42     "SceneKit"
43   ],
44   "libraries": "stdc++",
45   "requires_arc": true,
46   "xcconfig": {
47     "CLANG_CXX_LANGUAGE_STANDARD": "compiler-default"
48   },
49   "compiler_flags": [
50     "-Wno-unsupported-availability-guard",
51     "-Wno-deprecated-declarations"
52   ],
53   "public_header_files": [
54     "Classes/*.h",
55     "Classes/Manager/*.h",
56     "Classes/Toolbar/*.h",
57     "Classes/Core/Controllers/*.h",
58     "Classes/Core/Views/*.h",
59     "Classes/Core/Views/Cells/*.h",
60     "Classes/Core/*.h",
61     "Classes/Utility/Categories/*.h",
62     "Classes/Utility/Runtime/Objc/**/*.h",
63     "Classes/ObjectExplorers/*.h",
64     "Classes/ObjectExplorers/Sections/*.h",
65     "Classes/Utility/FLEXMacros.h",
66     "Classes/Utility/FLEXAlert.h",
67     "Classes/Utility/FLEXResources.h",
68     "Classes/ObjectExplorers/Sections/Shortcuts/FLEXShortcut.h",
69     "Classes/ObjectExplorers/Sections/Shortcuts/FLEXShortcutsSection.h",
70     "Classes/GlobalStateExplorers/Globals/FLEXGlobalsEntry.h"
71   ]