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