[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / 6 / 1 / 3 / Alpha / 0.1.2 / Alpha.podspec.json
blobeba00ec70b7a7012b7d8df80dea885ac04701e16
2   "name": "Alpha",
3   "version": "0.1.2",
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/legoless/Alpha",
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     "Dal Rupnik": "legoless@gmail.com",
23     "Ryan Olson": "ryanolsonk@gmail.com"
24   },
25   "social_media_url": "https://twitter.com/thelegoless",
26   "platforms": {
27     "ios": "7.0"
28   },
29   "source": {
30     "git": "https://github.com/legoless/Alpha.git",
31     "tag": "0.1.2"
32   },
33   "source_files": "Classes/**/*.{h,m}",
34   "frameworks": "CoreGraphics",
35   "dependencies": {
36     "Haystack": [
38     ],
39     "JSONModel": [
41     ]
42   },
43   "requires_arc": true