[Add] MDMCore 3.9.15
[CocoaPods.git] / Specs / a / 9 / 1 / FLEX_Bell / 2.3.0 / FLEX_Bell.podspec.json
blobd843b49a3f8ea79fcd47cb64810f00006035e730
2   "name": "FLEX_Bell",
3   "version": "2.3.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/GreedBell/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     "Ryan Olson": "ryanolsonk@gmail.com"
23   },
24   "social_media_url": "https://twitter.com/ryanolsonk",
25   "platforms": {
26     "ios": "6.0"
27   },
28   "source": {
29     "git": "https://github.com/GreedBell/FLEX.git",
30     "tag": "2.3.0"
31   },
32   "source_files": "Classes/**/*.{h,m}",
33   "frameworks": [
34     "Foundation",
35     "UIKit",
36     "CoreGraphics"
37   ],
38   "libraries": [
39     "z",
40     "sqlite3"
41   ],
42   "requires_arc": true,
43   "public_header_files": [
44     "Classes/**/FLEXManager.h",
45     "Classes/FLEX.h"
46   ]