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/Flipboard/FLEX",
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"
22 "Tanner Bennett": "tannerbennett@me.com"
24 "social_media_url": "https://twitter.com/NSExceptional",
29 "git": "https://github.com/Flipboard/FLEX.git",
32 "source_files": "Classes/**/*.{h,c,m,mm}",
48 "compiler_flags": "-Wno-unsupported-availability-guard -Wno-strict-prototypes",
49 "public_header_files": [
51 "Classes/Manager/*.h",
52 "Classes/Toolbar/*.h",
53 "Classes/GlobalStateExplorers/Globals/FLEXGlobalsEntry.h",
54 "Classes/Core/**/*.h",
55 "Classes/Utility/Runtime/Objc/**/*.h",
56 "Classes/ObjectExplorers/**/*.h",
57 "Classes/Editing/**/*.h",
58 "Classes/Utility/FLEXMacros.h",
59 "Classes/Utility/Categories/*.h",
60 "Classes/Utility/FLEXAlert.h",
61 "Classes/Utility/FLEXResources.h"