[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 9 / 4 / f / AEConsole / 0.2.1 / AEConsole.podspec.json
blob33cb933511ff75a42f547fe29840f6b9703a6f43
2   "name": "AEConsole",
3   "version": "0.2.1",
4   "summary": "Customizable Console UI overlay with debug log on top of your iOS App",
5   "homepage": "https://github.com/tadija/AEConsole",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "tadija": "tadija@me.com"
12   },
13   "social_media_url": "http://twitter.com/tadija",
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/tadija/AEConsole.git",
19     "tag": "0.2.1"
20   },
21   "source_files": "Sources/*.swift",
22   "dependencies": {
23     "AELog": [
24       "~> 0.2"
25     ]
26   }