[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / 7 / 1 / FLEX / 1.0.0 / FLEX.podspec.json
blob97e9cad4eae9c635841810ceaaa3fe9dd8a7b846
2   "name": "FLEX",
3   "version": "1.0.0",
4   "summary": "A set of in-app debugging and exploration tools for iOS",
5   "description": "                        - Inspect and modify views in the hierarchy.\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                        - 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.\n",
6   "homepage": "https://github.com/Flipboard/FLEX",
7   "screenshots": [
8     "https://dl.dropboxusercontent.com/u/8298593/basic-view-exploration.gif",
9     "https://dl.dropboxusercontent.com/u/8298593/advanced-view-editing.gif",
10     "https://dl.dropboxusercontent.com/u/8298593/heap-browser.gif",
11     "https://dl.dropboxusercontent.com/u/8298593/file-browser.gif",
12     "https://dl.dropboxusercontent.com/u/8298593/nsuserdefaults-editor.gif",
13     "https://dl.dropboxusercontent.com/u/8298593/system-libraries-browser.gif",
14     "https://dl.dropboxusercontent.com/u/8298593/flex-readme-reverse-1.png",
15     "https://dl.dropboxusercontent.com/u/8298593/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/Flipboard/FLEX.git",
30     "tag": "1.0.0"
31   },
32   "source_files": "Classes/**/*.{h,m}",
33   "frameworks": "CoreGraphics",
34   "requires_arc": true